Latest Laravel/PHP Articles

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


https://laravel.com/docs/master/seeding are a feature of Laravel you don't read much about. I barely used them before 2022, but last year I found a perfect use...
While working on https://whatthediff.ai/?utm_campaign=beyondcode&utm_source=blog - an AI powered code review assistant (written in PHP with Laravel) I learned a...

www.eloquentarchitecture.com

Locality of Behavior
The LoB principle dictates that the behavior of a unit of code should be as obvious as possible by looking only at that unit of code. The behaviour of a unit of...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Hello Artisans, Hey there want to know about traits, and how can we use it in Laravel then you need to read this blog and try to implement in your project. In t...
The repository pattern is a bit controversial on how it is being used in Laravel projects. In this article, we will revisit the state of the art of the reposito...
If you are looking to get rows created each day for a particular Model in your database, here is how you can achieve this. For this example, I have a User model...
🎉 After many years this blog finally has a comments section of sorts! I have recently added Mastodon replies to blog posts. Granted, the audience is small for n...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
https://dev.to/cannon_code Laravel, a popular PHP framework for web application development, has gained momentum in the industry for its elegant syntax and robu...
For repetitive processes in my projects, I typically use Composer's script functionality to make running scripts and executing binaries simpler for myself and m...
https://dev.to/dcblog https://res.cloudinary.com/practicaldev/image/fetch/s--LfcyWuZm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dcblog.dev/im...
https://laravel.com/docs/master/seeding are a feature of Laravel you don't read much about. I barely used them before 2022, but last year I found a perfect use...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
In September 2022, I released my very first paid product: an ebook called "https://battle-ready-laravel.com". It's something that I spent a lot of time and effo...
When using Laravel Vapor, it's possible to specify that your application uses multiple queues when configuring your environment. id: 12345 name: my-project envi...
Imposter syndrome is a feeling of inadequacy or self-doubt that can plague individuals, regardless of their level of experience or qualifications. Imposter synd...
Hello Artisans, In the previous post we saw how we to send SMS notification using Twilio. If you are new to this post you can check my post on Twilio by the fol...