Latest Updates
The latest updates, tutorials, and stories about Laravel
-
January 10th, 2022
When it seems like everyone else is using WordPress, why use anything else?
If you’re looking to just plop a generic theme on the internet and replace placeholder text with your company name...
-
January 5th, 2022
Laravel 8.78 Released
The Laravel team released 8.78 with the ability to add custom rules to default password validation rules, a mergeIfMissing() request...
-
January 4th, 2022
Our goal: No goals
The wisdom of setting business goals-always striving for bigger and better is so established that it seems like the only...
-
December 30th, 2021
Primitive Types in Controllers and Closure Routes
Something I've not considered is type-hinting primitive types in Laravel controllers. PHP only has four scalar primitive types:
bool
,int
,... -
December 29th, 2021
Scaling krodox.com
This post isn’t about the Krodox Web Applications – it’s about Krodox.com, our “content site” – the place where we...
-
December 28th, 2021
Laravel 8.77 Just Released
The Laravel team released 8.77 with attribute cast/accessor improvements, a request date() method to access data as a DateTime instance,...
-
December 28th, 2021
A look at what is coming to Laravel 9
Laravel v9 will be the next LTS version of Laravel, and it will be coming out sometime in early 2022....