Latest Updates
The latest updates, tutorials, and stories about Laravel
-
March 22nd, 2023
Laravel 10.4 Released
The Laravel team released 10.4 with a File::json() method, converting existing HasMany relationships to a HasOne relationship, a new test...
-
March 14th, 2023
Laravel Response Classes
Responding from your Laravel application is what I would call vital, especially when you are building an API. Let's have...
-
February 22nd, 2023
Laravel 10.1 Released
The Laravel team released 10.1 this week with Process standard input, removing return types for controller stubs, and more.
As...
-
February 20th, 2023
Github actions with Laravel Pint
Instead of always running
PHP CS Fixer
orLaravel Pint
locally, it might be a good idea to set up... -
February 17th, 2023
My current Setup (2023)
After each screen share, I'm often asked what IDE, font, color scheme, or setting I'm using. Here is a general...
-
February 14th, 2023
Laravel 10 is now Released
Laravel 10 is now released, including a minimum PHP v8.1 version, a new Laravel Pennant package, invokable validation rules, native...
-
February 8th, 2023
Laravel 9.51 Released
The Laravel team released 9.51 this week with a new database query count expectation, relationship builder for one/many through, HTTP...
-
February 1st, 2023
Laravel 9.49 Released
The Laravel team released 9.49 this week with support for casting an array of enums, CLI prompts, and more. Be...
-
January 18th, 2023
Laravel 9.48 Released
The Laravel team released 9.48 this week with conditional fragment helpers, HTTP configuration options for Symfony mailers, a new DB...