Latest Laravel/PHP Articles

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


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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

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...

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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
After a long silence, I am back with some more tips. For the past year, I've been working on an automation system written in Laravel for a London-based company....
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
We're proud to announce that https://mailcoach.app?utm_source=freek-dev&utm_medium=launch-post has been launched. Using Mailcoach, you can create beautiful emai...
Laravel is arguably the most popular PHP frameworks and that’s unlikely to change any time soon. Today, we discuss three great methods for email testing in Lara...

sebastiandedeyne.com

2022 redesign
https://sebastiandedeyne.com/2022-redesign/ https://sebastiandedeyne.com/tags/css/ https://sebastiandedeyne.com/tags/meta/https://sebastiandedeyne.com/2022-rede...
PHP 8.2 adds a new way of declaring classes: you can make them readonly. In practice, it means that all properties of that class will be readonly. In o...