LoginSignup
0
1

More than 5 years have passed since last update.

artisanコマンドメモ

Last updated at Posted at 2017-07-27

よく使うもの

コントローラー作成
php artisan make:controller <controller name>

Eloquentモデル作成
php artisan make:model <model name>

コマンド生成
php artisan make:command <command name>

マイグレーションファイル作成
php artisan make:migration <class name>

マイグレーション実行
php artisan migrate

マイグレーション ロールバック
php artisan migrate:rollback

job作成
php artisan make:job <job name>

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1