Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 337 Bytes

usage.md

File metadata and controls

16 lines (11 loc) · 337 Bytes

Usage

To generate Crud run:

php artisan crud:generate {table-name}

Example php artisan crud:generate posts

This command will generate:

  • Livewire Component.
  • Model.
  • Views.
  • Factory (Need to be customised).

Remember to customise your genertaed factories if you need to use them later