マイグレーションの作成
php artisan make:migration create_XXXXX_tablePowerShellマイグレーションの実行
php artisan migratePowerShellモデルの作成
php artisan make:model XXXXXPowerShellコントローラの作成
php artisan make:controller XXXXXControllerPowerShellcache系
php artisan cache:clearphp artisan config:clearphp artisan route:clearphp artisan view:clearPowerShell