Laravel artisan便利コマンドまとめ

Laravel artisan便利コマンドまとめ

Laravel artisanでよく使うコマンドをまとめておく

ビルトインサーバの起動

<code>php artisan serve</code>

ルーティング情報の確認

<code>php artisan route:list</code>

コントローラー作成

<code>php artisan make:controller HogeController</code>

マイグレーションの実行

<code>php artisan migrate</code>

LEAVE A REPLY

*
*
* (公開されません)