Laravel
The latest updates, tutorials, and stories about Laravel
-
January 19th, 2022
Laravel 8.80 Released
The Laravel team released 8.80 with the ability to define a route group controller, render a string with the Blade...
-
January 13th, 2022
Laravel 8.79 Released
The Laravel team released 8.79 with a full-text search for MySQL and PostgreSQL, new Stringable methods, and the latest changes...
-
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...
-
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 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....