Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Stay up to date with all things Laravel, PHP, and JavaScript. Follow me on Twitter. I regularly tweet out programming tips, and what I myself have learned in on...
Stay up to date with all things Laravel, PHP, and JavaScript. Follow me on Twitter. I regularly tweet out programming tips, and what I myself have learned in on...
I was presented with a task to quickly prepare a bare-metal Linux machine to run Tesseract OCR for optical character recognition task. In my tests, the Tesserac...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Using DATETIME Fields Instead of Booleans class Post extends Model { public function isPublished(): bool { return $this->published_at !== null; // is_published...
https://dev.to/techtoolindia #make-rest-api-authentication-in-laravel-9-using-laravel-sanctum Make REST API AUTHENTICATION in LARAVEL 9 USING LARAVEL SANCTUM La...
https://dev.to/shanisingh03 #make-rest-api-authentication-in-laravel-9-using-laravel-sanctum Make REST API AUTHENTICATION in LARAVEL 9 USING LARAVEL SANCTUM Lar...
A while back, I have written an article on https://www.amitmerchant.com/how-to-convert-arrays-to-human-readable-lists-in-javascript/. It’s a built-in feature us...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this tutorial, we will see how to deploy laravel on heroku with a database. Developers use Heroku to deploy, manage, and scale modern apps. Heroku platform i...
https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-aurora-serverless-v2/ that Aurora Serverless v2 is generally available. This new version adds support...
This article goes in detailed on implementing Laravel CRUD Operations. Create, Read, Update and Delete are the very basic operations that almost every applicati...
Originally posted @ https://codeanddeploy.com visit and download the sample code: https://codeanddeploy.com/blog/laravel/how-to-implement-laravel-modules-struct...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
https://dev.to/krixnaas Provide you a timestamp, message as well as path try{ // your code } catch (Exception $exception) { return Response::json(["timestamp" =...
If you are working with Bootstrap 5 navbar and by default you want to show menu items in the navigation bar for all screen sizes above than lg i.e. ≥992px. You...
In this article we will implement the Change password functionality over the basic Authentication that is provided by Laravel. Before diving into the steps, mak...
laravel does a pretty good job of transparently translating models to json so long as you keep things simple. fortunately, laravel provides an easy way to defin...