Skip to content

Commit

Permalink
# Shortcut to generate a model, migration, factory, seeder, policy, c…
Browse files Browse the repository at this point in the history
…ontroller, and form requests... (#9482)

Co-authored-by: Moemen Gaballa <Moemen.gaballa@expertapps.com.sa>
  • Loading branch information
Moemen-Gaballah and Moemen Gaballa authored Mar 12, 2024
1 parent 34636da commit 4c33dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eloquent.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ php artisan make:model Flight -mfsc

# Shortcut to generate a model, migration, factory, seeder, policy, controller, and form requests...
php artisan make:model Flight --all
php artisan make:model Flight -a

# Generate a pivot model...
php artisan make:model Member --pivot
Expand Down

0 comments on commit 4c33dcd

Please sign in to comment.