In the new version 9.30 we have Some of the new features, including Add RequiredIfAccepted validation rule, Read-only filesystem config option, and force option to all make commands, which are some of the important features that I found in this release. Add RequiredIfAccepted validation rule https://github.com/laravel/framework/pull/44035 required_if_accepted validation rule which ensures the field under validation is required if another field is accepted (a value of yes, on, 1, or true) Validator::make([ 'is_company' => 'on', 'company_name' => 'Apple', ], [ 'is_company' => 'required|boolean', 'company_name' => 'required_if_accepted:is_company', ]); Enter fullscreen mode Read-only filesystem config option https://github.com/laravel/framework/pull/44079 configuring a filesystem disk to operate in read-only mode.

Add force option to all make commands https://github.com/laravel/framework/pull/44100 --force flag to all make:* commands, which is helpful when you need to recreate a file
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners