Latest Laravel/PHP Articles

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


Laravel 11 is set to release in "Q1" of 2024, which may be as soon as next month. When I created the project using laravel new project --dev, I was quite surpri...

sebastiandedeyne.com

CSS :has looks pretty cool
With this query, you can dynamically filter a list with pure CSS!
How cool! I didn't know you could hint Composer to suggest a dependency to be installed as a testing dependency. If you add dev, testing, or static analysis key...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
An interesting retrospective on how CloudFlare migrated from Gatsby to Hugo for their docs. Build times for the static site were up to an hour (!) long. At some...
At the end of 2023 I found myself burnt out on side projects and coding as a hobby. One particularly bad day I decided that I would delete this blog and website...

blog.oussama-mater.tech

Laravel Under The Hood - Facades
You've just installed a fresh Laravel application, booted it up, and got the welcome page. Like everyone else, you try to see how it's rendered, so you hop into...
This podcast episode was a great introduction to React server components. A balanced take—whether you're drinking frontend koolaid or push to backend all the th...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Redesigning your personal website is one of life’s great pleasures. Isn't it? My fingers are itching.

sebastiandedeyne.com

Cleverness
Remember when Kanga and Roo came to the Forest? Immediately, Rabbit decided that he didn't like them, because they were Different. Then he began thinking of a w...
This way you get the best of both worlds: the default implementations are neatly grouped in an enum, but others can extend using their own class implementing th...

sebastiandedeyne.com

Laravel export v1
Earlier this week, we tagged spatie/laravel-export v1. I wrote the bulk of this package 5 years ago. (Wow, I was surprised by this, time really does fly sometim...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
When hiring someone at Spatie, I usually tend to get a feel if a candidate is passionate about our field of work. In most cases, these questions spark a nice co...
Just last week, we shared the exciting news about the Flare-Jira integration, and today, we're delighted to introduce yet another powerful integration: GitLab....

sebastiandedeyne.com

Tabular assertions with Pest
With tabular assertions, you describe the expected outcome in a markdown-like table format. Here's why there useful, and how to use tabular assertions with Pest...
With tabular assertions, you describe the expected outcome in a markdown-like table format. Here's why there useful, and how to use tabular assertions with PHPU...