Latest Laravel/PHP Articles

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


The native array_filter() in PHP and collect()->filter() in Laravel also work without providing a filter callback. If you don't provide a callback, PHP will rem...
A stale while revalidate cache macro by Rias Van der Veken. With stale while revalidate, expired cache items will still be used when requested, but the data wil...

sebastiandedeyne.com

Cosmic Latte
A team of astronomers have calculated the average color of the universe and named it cosmic latte. I'd love to have a cosmiclatte CSS color one day.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I'm available for 2-3 days a week as a contractor. If you're interested in having me on your team just reach out to me at [email protected].

ryangjchandler.co.uk

How to find your php.ini file
Check out some of my work.
I’m going to walk you through how to easily add an instant search filter in your Laravel apps. When I say “instant search” I mean a text input that filters a li...
Note: this transcript was transcribed and then edited for clarity and to make it easier to read.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
While in my quest to improve the CPanel experience for Laravel developers and I have been trying to find a better way to keep your Laravel Horizon running on cP...
Over the past year I've become more and more familiar with the terminal and (a limited set of) the commands that are possible.
Finding a community of like-minded people to interact with is important for everyone.
Software applications, both web and native, are continually receiving user "input". When you post a status to Facebook, or when you enter you date of birth on a...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

tim.macdonald.au

Single-use Tests
The tests I write are usually written in Pest, PHPUnit, or Jest. I also usually commit them to a code repository - but not all automated tests should be committ...
You probably think fast database queries are good. You also probably think slow database queries are bad.
Laravel recently introduced the ability to detect n+1 issues caused by lazily loading Eloquent relationships.
When focusing in on some specific functionality of an application, such as notifications or queuing, I often head over to the docs and catch up on the current s...