Getting Started with Laravel 12: What's New
December 04, 2025
Laravel 12 has arrived with a host of exciting features that make web development even more enjoyable. In this post, we'll explore the key updates and improvements.
Key Features
- Improved Performance: Laravel 12 comes with significant performance improvements out of the box.
- New Artisan Commands: Several new artisan commands have been added to streamline development.
- Enhanced Security: Updated security features to keep your applications safe.
Getting Started
To create a new Laravel 12 project, simply run:
composer create-project laravel/laravel my-appThis will set up a fresh Laravel installation with all the latest features.
Conclusion
Laravel 12 continues the framework's tradition of making PHP development a joy. Whether you're building a simple website or a complex application, Laravel has you covered.









