Latest Laravel/PHP Articles

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


In the above command, class PostTableSeeder must exist inside Database/Seeders directory. If your seeder class is not in the default directory i.e. database/see...
Here's a new blog post by our designer Nick on how he's revamping the looks of Oh Dear. Stay up to date with all things Laravel, PHP, and JavaScript.
Laravel is a popular PHP framework for building scalable, high-performance web applications. In this article, we will learn how to use serverless Redis to scale...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this article, we will see how to set auto database backup using cron scheduler in laravel. here we will set auto database backup using cron scheduler, as you...
"Were previous generations really better off because they merely watched TV, or listened to radio, or read books? All of these activities are passive. All of th...
The other day, I was scrolling through my Twitter feed and I saw this tweet from Paco where he implemented what he calls “fuzzy reading mode” on his blog.
In a typical Laravel application we are very used to doing things in a certain way, by the book as they say. However there comes a point in the applications lif...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Using DATETIME Fields Instead of Booleans class Post extends Model { public function isPublished(): bool { return $this->published_at !== null; // is_published...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...