Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcement— the same Laravel you've always used, now supercharged!
The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the collection cast into a specific object, checking nested relationships with relationLoaded(), Arr::dot() performance improvements, and more
Discover how Laravel's mapInto method simplifies converting array values into PHP enum instances, providing type-safe transformations that make handling user input more robust and maintainable.
Master Laravel's assertReported method from the Exceptions facade to effectively test that your application correctly captures and reports exceptions during test execution.