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

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners