command create (generate) all file needed
yogithesymbian opened this issue · 0 comments
yogithesymbian commented
how i can generate all file in one command ?
not problem just file name with location sets anyone have trick ?
or there is have the command for php artisan
?
look like these
her-running-medals-api
├─ .vscode
│ └─ yogithesymbian-laravel.code-snippets
├─ app
│ ├─ Exports
│ │ └─ EventsExport.php
│ ├─ Http
│ │ ├─ Controllers
│ │ │ ├─ EventController.php
│ │ ├─ Repositories
│ │ │ ├─ EventRepository.php
│ │ ├─ Requests
│ │ │ ├─ Events
│ │ │ │ └─ CreateUpdateEventFormRequest.php
│ │ └─ Resources
│ │ ├─ EventResource.php
│ ├─ Imports
│ │ └─ EventsImport.php
│ ├─ Models
│ │ ├─ Events
│ │ │ ├─ Event.php
│ │ │ └─ EventCreated.php
├─ database
│ ├─ factories
│ │ ├─ EventFactory.php
│ ├─ migrations
│ │ ├─ 2021_03_13_025710_create_events_table.php
│ └─ seeders
│ ├─ EventTableSeeder.php