0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Laravel artisanコマンド 【備忘録】

Last updated at Posted at 2020-07-30

今後使わなくなっても、思い出しやすくするために書きました。

###Laravelで使うコマンド

#####基本形

ターミナル

$ php artisan コマンド

#####作成系

ターミナル

$ php artisan make:controller コントローラー名


$ php artisan make:migration マイグレーション名

#####マイグレーション実行

ターミナル

$ php artisan make:migrate

######サーバーを起動

ターミナル

$ php artisan serve

もっと価値ある情報発信できるようにならねば。

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?