1
0

laravel コマンド集

Last updated at Posted at 2024-03-12

初めに

laravelの開発中によく使うコマンドをまとめました。
参考にしてください。

laravelコマンド集

Eloquentモデル自動生成

php artisan make:model モデル名

マイグレーションファイル作成

php artisan make:migration create_テーブル名_table --create=テーブル名

参考文献

参考にさせていただきました。
ありがとうございます!

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