PHP
Grinding to $1,000,000 in revenue over 6 years
Here’s the story behind JMac’s efforts making Laravel Shift a success. Read more
PHP
12 must-see talks if you want to become a better Laravel developer
I usually don’t link to these kind of lists, but this one is great. Every one of the videos mentioned is a gem. Read more
PHP
20 years of Bram.us
Bram has been running his excellent blog for 20 years now. Bram.us was the blog that inspired me to start with a blog of my own. Highly recommend to check it every once in a Read more…
PHP
Laravel Pseudo-Daemons
Here’s a cool technique by Aaron Francis where he uses artisan commands to create daemons. Read more
PHP
Filtering Carbon Period For Flexibility And Performance
Here’s a nice way to go about filtering Carbon instances Read more
PHP
How we improved Flare in 2021
I’m really proud of how our team at Spatie has pushed Flare this year. Here’s a list of everything we improved. Spoiler: it’s a lot! Read more
PHP
What's new in Tailwind CSS v3.0
Another impressive, feature rich release by the Tailwind team. Here’s a rundown of all the new features.
PHP
Silently validating a Laravel request
In some cases, the Laravel validator gives out too many details. What if we want to use the power of the validator without giving anything in the response? Read more
PHP
★ Fixing the dreaded "'pcre2.h' file not found" error when installing imagick
Whenever I upgrade PHP, I seem to have troubles installing imagick. This command pecl install imagick always results in an error “‘pcre2.h’ file not found”. To fix that error, you should issue these commands: brew Read more…