The Laravel team released 9.41 this week with validation rules for soft-deleted models, additional rule builder convenience methods, and more.
The post Laravel 9.41 Released appeared first on Laravel News.
The Laravel team released 9.41 this week with validation rules for soft-deleted models, additional rule builder convenience methods, and more.
The post Laravel 9.41 Released appeared first on Laravel News.
If you have never built a Laravel application, let me take a walk-through with you from scratch - with no perceived knowledge. Follow along to learn Laravel
The post Your first Laravel 9 Application appeared first on Laravel News.
You can save huge amounts of money on everything from training courses to full applications. This year we’ve compiled a list of all the hot sales.
The post Laravel Black Friday Deals appeared first on Laravel News.
Laravel Blade Flags is a package to easily display countries & languages flags in your Laravel Blade views.
The post Laravel Blade Country and Language Icons appeared first on Laravel News.
Validation is a must-have for any modern project, and in Laravel, it is super simple to get started. Let's talk about the different ways we can handle it.
The post Valid validators validating data appeared first on Laravel News.
The Laravel team released 9.40 this week with a new lottery utility class, new validation rules, asserting a redirect to a named route, and more.
The post Laravel 9.40 Released appeared first on Laravel News.
Laravel 10 will use native PHP type declarations across any generated code that exists in application code.
The post Laravel 10 Application Skeleton Code Will Have Native Type Declarations appeared first on Laravel News.
Laravel Multiplex is a Laravel package to attach time-sliced metadata to Eloquent models.
The post Attach Time-sliced Metadata to Eloquent Models appeared first on Laravel News.
Final classes, you either love them or hate them. People have been using them more recently in their open-source packages, but what does that mean for you?
The post Composition over inheritance in final classes appeared first on Laravel News.