Kritim Yantra
Feb 25, 2025
Laravel 12 is here! This maintenance update is designed to be smooth and easy to upgrade—most applications can move to Laravel 12 with minimal changes.
One of the standout features in Laravel 12 is the introduction of brand new starter kits that replace the older Breeze and Jetstream. These kits give you a modern foundation for building projects:
Laravel 12 keeps your projects up to date and secure with several behind-the-scenes enhancements:
Concurrency::run
method now returns results with associated keys, which helps maintain context during parallel operations.
Schema::getTables()
now includes all schemas by default.Schema::getTableListing()
returns schema-qualified table names, simplifying multi-schema management.mergeIfMissing
method supports nested array merging with dot notation for cleaner code.
Laravel 12 strikes the perfect balance between stability and modern innovation. Whether you're launching a new project or upgrading an existing one, these updates and new starter kits make it easier than ever to build secure and scalable applications. Stay tuned for more tips and tutorials on how to make the most of Laravel 12!
No comments yet. Be the first to comment!
Please log in to post a comment:
Continue with Google