Standard form
Requires an Eloquent Model
Using the Artisan make command:
make command:php artisan make:tall-form CreateUser --model=UserMake command options:
php artisan make:tall-form {name} {--model=Model} {--path=Http/Livewire/Forms} {--modelspath=Models} {--action=create} {--overwrite=false} {--skipexisting=false}Options, and their default values.
Stubs
Examples
Example
Last updated
Was this helpful?