Laravel 9: New Release Cadence and PHP 8 Compatibility
How Laravel 9's annual release cadence affects project planning, and what PHP 8 compatibility means for your codebase.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 3/8)
There are 44 posts with this tag.
How Laravel 9's annual release cadence affects project planning, and what PHP 8 compatibility means for your codebase.
I explain the syntax and structural differences that turned test writing from a chore into a habit when moving from PHPUnit to Pest.
How Laravel Octane eliminates per-request bootstrap overhead — and the trade-offs that come with it.
How to write more testable and maintainable code by moving business logic out of controllers and into single-purpose action classes.
How Inertia.js delivers a single-page-app feel without a separate API, how it integrates with Laravel, and when it's the right choice.
A deep dive into Laravel 8's class-based factory system and new directory layout, focused on generating test and seed data.