Latest Laravel/PHP Articles

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


We've released a new package called https://github.com/spatie/laravel-horizon-watcher. This one can automatically restart Horizon after any code change.
I was recently working on a project where we're pretty much lifting a Laravel application from EC2 into AWS Lambda. Although Datadog does not document this, I h...
Welcome to the first blog post of my life:) The main reason I decided to create a blog is to improve my writing skills in English. I decided to start just descr...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hi Fellas, In this blog, we'll walk through Creating relationships between models ( Ex Library has_many Books ). STEP ⃣: Let's create a new laravel pro...
Over the years, as developers, we have always looked for ways that we can automate our documentation, from PHPDoc to Swagger and beyond. In recent years that ha...
One of the things that I see many people struggling with is file uploads. How do we upload a file in Laravel? it('can upload an avatar', function () {...
Since its release in late 2020, PHP 8 has been a game changer. In this tutorial, I will walk through all the latest features with real-world examples of when I...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I’m a long-time https://getbem.com/introduction/ user. The double underscore creeps into my code even when selector collision isn’t an issue. It’s the...

sebastiandedeyne.com

Local or session storage?
https://sebastiandedeyne.com/local-or-session-storage/ https://sebastiandedeyne.com/tags/javascript/https://sebastiandedeyne.com/local-or-session-storage/Local...
This article was originally written by https://www.honeybadger.io/blog/authors/farhanhasinchowdhury/ on the https://www.honeybadger.io/blog/laravel-queues-deep-...
https://flatlogic.com/blog/what-is-laravel/ is an open-source https://flatlogic.com/blog/8-reasons-to-use-javascript-libraries-in-project-management-apps/ frame...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

blog.laravel.com

Forge: Dark Mode
Dark mode is a must-have feature for many developers and anyone who uses it often knows just how jarring it is when you're thrown into an application or website...
https://sebastiandedeyne.com/css-states-with-attribute-selectors/ https://sebastiandedeyne.com/tags/css/https://elisehe.in/2022/10/16/attribute-selectorsElise H...
https://matthewdaly.co.uk/blog/2022/10/26/why-i-no-longer-use-the-repository-pattern/Published by at 26th October 2022 5:30 pm One of the biggest changes for me...
Laravel Model Flags is an awesome package that offers a trait that allows you to add flags to an Eloquent model. $user->hasFlag('receivedMail'); // returns fals...