PHP
Customising Laravel's URL signing key
How to swap Laravel’s URL signing key is not documented, but luckily Michael wrote a good post on it! Read more
PHP
Creating installer commands for Laravel packages
[AdSense-A]
One of the joys of using packages in the Laravel ecosystem is how easy they are to install. Packages can be pulled in using Composer, and Laravel will automatically discover them.
In this post, you'll learn how to easily add an install command, making it even easier for package users to start using a package.
PHP
Spawning workers based on queue workload
Earlier this week Jason McCreary deployed a feature which automatically spawns new worker servers for Shift based on the job queue workload. This reduced server costs by 97% and wait times by 80%. Read more
PHP
★ Getting information about all the models in your Laravel app
[AdSense-A]
I'm proud to announce that our team has released a new small package: spatie/laravel-model-info. Let's take a look at what this package can do.
PHP
Testing Randomness of PHP Random Number Functions
Let’s take a look at the different ways to generate a random number in PHP. Read more
PHP
Fill Gaps in Statistical Time Series Results
Pretty cool that you can achieve this by executing a query, and without application logic. Read more
PHP
Learning Laravel: Assets and Authentication
Looking for a fun way to dive deeper into Laravel that’s not just a to-do list tutorial? Our “Learning Laravel” series by Kristin Collins is exactly what you’ve been missing! Read more
PHP
A preview of Oh Dear's upcoming redesign
One of our goals for this year is to bring the UI of Oh Dear to the next level. Behind the scenes, our team is working hard on a complete rewrite of our marketing website Read more…