Latest Laravel/PHP Articles

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


One of the most powerful parts of writing web applications in the modern era is how we can quickly create an application that does a lot with just a little bit...
Laravel is a popular open-source PHP framework that is widely used for building web applications. Autocomplete search is a feature that helps users to find the...
At some point, I needed to download a folder from AWS S3 only to realize that there is no such feature built on their UI. Thankfully, there is a way to download...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...