Laravel
The latest updates, tutorials, and stories about Laravel
-
December 10th, 2024
URI Parsing and Mutation in Laravel 11.35
This week, the Laravel team released v11.35, which includes URI parsing and mutation, the ability to disable HTTP client exception...
-
November 26th, 2024
Access Request Data Fluently in Laravel 11.34
This week, the Laravel team released v11.34, with a Request::fluent() method, a Number spellOrdinal() helper, conditional route definitions, shorthand fakes...
-
November 12th, 2024
Dynamic Cache, Database, and Mail Builders in Laravel 11.31
The Laravel team released v11.31, which includes dynamic cache/db/mail builders, a cache token repository, a URL::forceHttps() convenience method, and more....
-
November 6th, 2024
Understanding the Difference Between Repository and Service in Laravel
In Laravel, the concepts of "Repository" and "Service" are often used to organize code in a way that promotes separation...
-
October 31st, 2024
Laravel 11.30 Released
This week, the Laravel team released v11.30, which includes defer testing helpers, the ability to define custom unique string IDs...
-
October 15th, 2024
Laravel 11.28 Adds a Composer Dev Command
This week, the Laravel team released v11.28, with a composer run dev command, Tailwind default config, a "CollectedBy" attribute to...
-
October 9th, 2024
Laravel 11.27 Released
This week, the Laravel team released v11.27, with a configurable default currency in the Number helper, a Str::doesntContain() method, Schema::hasTable()...
-
October 2nd, 2024
Laravel 11.26 Released
The Laravel team released v11.26 this week, with the ability to gracefully stop a pool of processes, using Enums when...
-
October 2nd, 2024
Actions vs Repositories in Laravel
In Laravel, there are different approaches to organizing code when interacting with models and business logic. Two common patterns are...