ΒΆ Artisan Commands:
- php artisan serve
- php artisan key :generate
- php artisan db:show
- php artisan db:table
- php artisan migrate
- php artisan migrate:fresh (dropping tables then migrate)
- php artisan migrate:fresh --seed (dropping tables then migrate then create seeds)
- php artisan migrate:status
- php artisan migrate --force
- php artisan db:seed
- php artisan model:show
- php artisan make:model ModelName
- php artisan make:model ModelName --migration (model + migration)
- php artisan make:controller ControllerName
- php artisan schedule:work
- php artisan list
- php artisan help ArtisanCommand
- php artisan tinker
- php artisan route:list
Positive Note : You are doing a great work keep it up
Previous:/public/api-beginners/first-api View Next:/public/api-beginners/create-artisan-command