artisan.eplus.dev

make:request

Create a new form request class

Terminal
php artisan make:request [-f|--force] [--] <name>

Options

forceOptional

Create the class even if the request already exists

Arguments

nameRequired

The name of the request

Maintained by hoangsvit · Fork of artisan.page