Explore tweets tagged as #laravelfeatures
Laravel 8 Features You May Not Know. - Maintenance Mode.- Job Batching.- Queueing Closure.- Rate Limiter.- Laravel Octane.- Laravel Jetstream.- Squashing Migration. #Laravel8 #Features #LaravelFeatures #Laravel
0
0
1
8β£ Extended Component Enhancement. Nested component attributes are now allowed to be merged. #Laravel8 #LaravelFeatures. π
1
0
2
6β£ Dynamic Blade Component. Sometimes you need to render a blade component dynamically at runtime. Laravel 8 provides the <x-dynamic-component/> to render the component:. #Laravel8 #LaravelFeatures
1
1
3
π Maintenance mode: pre-rendered page. You can now pass the name of a view to a βrenderβ as part of the artisan down command. #Laravel8 #LaravelFeatures. π
1
0
2
5β£ Time Testing Helpers. Laravel users have enjoyed full control over time modification via the excellent Carbon PHP library. Laravel 8 brings this one step further by providing convenient test helpers for manipulating the time within tests:. #Laravel8 #LaravelFeatures. π
1
0
2
9β£ Cleaner Syntax for Closure Based Event Listeners. In Laravel 8, youβll be able to skip the first definition of the event class as the framework will be able to infer it from the type hinted argument β e.g. #Laravel8 #LaravelFeatures. π
1
1
2
7β£ Route Closures can be Cached Now. Usually, when route caching is enabled, a serialized output of the routes file is generated, i.e. all is compiled into a big PHP array. #Laravel8 #LaravelFeatures. π
1
0
2
1β£2β£ Job Batching. Now we can queue a bunch of jobs that trigger at the same time, and then it will trigger callbacks after the entire batch is finished. #Laravel8 #LaravelFeatures. π
1
0
2
1β£3β£ Queued Closure Error Handling. In Laravel 8, youβll be able to register a callback to run when the job has failed, via a catch() method β similar to the failed() method on a standard job class. #Laravel8 #LaravelFeatures
0
0
2
1β£1β£ Secret Maintenance Mode. Now we can access the route as a secret. We can use application routes even during maintenance mode using the command mentioned above. #Laravel8 #LaravelFeatures. π
1
0
2
The new Laravel 8 Features :. 1β£ Models Directory (Default app/models directory). Laravel 8 will provide a default app/models directory, rather than leaving the model class in the root app directory as in previous versions of Laravel. #Laravel8 #LaravelFeatures. π Look on.
1
1
3
2β£ Model Factory Classes. Eloquent model factories are now class-based starting in Laravel 8, with improved support for relationships between factories (i.e., a user has many posts). #Laravel8 #LaravelFeatures. π
1
0
0
4β£ Rate Limiting Improvements. Laravel 8 brings improvements to existing rate limiting functionality while supporting backward compatibility with the existing throttle middleware and offering far more flexibility. #Laravel8 #LaravelFeatures. π
1
0
0