Laravel
The latest updates, tutorials, and stories about Laravel
-
July 27th, 2022
Laravel 9.22 Released
The Laravel team released 9.22 with a redesigned artisan serve command, a fluent file validation rule builder, and more. Let's...
-
July 21st, 2022
Laravel 9.21 Released
The Laravel team released 9.21 with a fresh new look for Artisan, two brand-new Artisan commands, and more. Let's take...
-
July 13th, 2022
Laravel 9.20 Released
Day delay on the release, but we get a couple new features this week in Laravel 9.20. Allow passing callable...
-
July 1st, 2022
Laravel 9.19 Released
Mostly fixes this week with one main feature bumping us to Laravel 9.19. New allowMaxRedirects() to PendingRequest functions, support to...
-
June 21st, 2022
Laravel 9.18 Released
With no release last week, there's a lot today in Laravel 9.18. Here are some highlights with a shoutout to...
-
June 14th, 2022
Laravel 9.17 Released
Had a minor release late last week and a minor release today, bringing us to Laravel 9.17. A new withWhereHas()...
-
June 8th, 2022
Laravel 9.16 Released
The Laravel team released v9.16 with additional UUID testing helpers, a new Eloquent method withWhereHas(), user authentication for Pusher, and...
-
June 1st, 2022
Laravel 9.15 Released
The Laravel team released 9.15 with the ability to list only vendor routes, check if a filesystem folder is empty/not...
-
One of the top Laravel questions I hear is "How to structure the project". If we narrow it down, the...