Add 5 new Laravel 12 shortcuts #1184
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features Added
1. Laravel Pulse - Performance Monitoring
composer require laravel/pulse && php artisan pulse:install
Laravel Pulse is the new application performance monitoring tool that provides real-time insights into your application's performance.
2. Laravel Herd - Local Development Environment
herd start && herd link
Laravel Herd offers a native macOS Laravel development environment that's blazing fast and requires minimal configuration.
3. Laravel Prompts - Interactive CLI
Laravel Prompts provides beautiful, user-friendly forms for command-line applications with validation and error handling.
4. Enhanced Queue Monitoring
php artisan queue:monitor && php artisan queue:retry all
Improved queue monitoring capabilities with better visibility into job processing and enhanced retry mechanisms.
5. Model Factory State and Sequence
Enhanced model factory functionality with state management and sequence generation for more flexible test data creation.