Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created July 18, 2021 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/a00bee4ca97659f2f77bcedd2bd7668b to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/a00bee4ca97659f2f77bcedd2bd7668b to your computer and use it in GitHub Desktop.
php artisan module:make-controller <controller-name> Invoice
php artisan module:make-model <model-name> Invoice -m # crea el modelo y una migración
php artisan module:make-rule <rule-name> Invoice
php artisan module:make-factory <factory-name> Invoice
php artisan module:make-migration <migration-name> Invoice
php artisan module:make-provider <provider-name> Invoice
php artisan module:make-command <command-name> Invoice
php artisan module:make-event <event-name> Invoice
php artisan module:make-job <job-name> Invoice
php artisan module:make-listener <listener-name> Invoice
php artisan module:make-mail <mail-name> Invoice
php artisan module:make-middleware <middleware-name> Invoice
php artisan module:make-notification <notification-name> Invoice
php artisan module:make-policy <policy-name> Invoice
php artisan module:make-request <request-name> Invoice
php artisan module:make-resource <resource-name> Invoice
php artisan module:make-seed <seed-name> Invoice
php artisan module:make-test <test-name> Invoice
php artisan module:migrate Invoice
php artisan module:migrate-refresh Invoice
php artisan module:migrate-reset Invoice
php artisan module:migrate-rollback Invoice
php artisan module:migrate-status Invoice
php artisan module:publish Invoice
php artisan module:publish-config Invoice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment