A package to schedule Artisan commands at sub-minute frequencies
Jun 8th 2020
•
freek.dev
Caption images with markdown render hooks in Hugo
Jun 8th 2020
•
sebastiandedeyne.com
How to merge multidimensional arrays in PHP?
If you want to join two multidimensional arrays in PHP, you should still use array_merge, and not array_merge_recursive. Confused? So was I. Let's explain what's happening.
Jun 5th 2020
•
stitcher.io
What does array + do in PHP?
In PHP it's possible to do array + array. The "plus" sign is a shorthand way of merging arrays, but there's a difference in how they are merged compared to...
Jun 5th 2020
•
stitcher.io
Adding try/catch to Laravel collections
Jun 3rd 2020
•
freek.dev
Improving readability by decreasing indentation
Jun 3rd 2020
•
freek.dev
Middleware as a Laravel service provider
Jun 3rd 2020
•
sebastiandedeyne.com
Survey: type systems in PHP
Hi there! Thanks for spending 5 minutes of your time on this quick survey. My goal with it is to investigate the correlation between type-systems and project size in the...
Jun 3rd 2020
•
stitcher.io
Zipping
Jun 2nd 2020
•
sebastiandedeyne.com
What's the latest PHP version?
It seems like a simple question with a simple answer: the latest PHP version currently is PHP 7.4. However! If you want to know more inside information about how...
Jun 2nd 2020
•
stitcher.io