【Laravel講座】掲示板を作ろう!! part3 – マイグレーションをしよう【質問回答は無料】
php artisan make:migration create_categories_table
php artisan make:migration create_posts_table
php artisan make:migration create_comments_table
php artisan migrate
https://readouble.com/laravel/5.5/ja/migrations.html
🔽今回のソースコード
https://github.com/RikuHirose/sample_board
🔽Twitterでも発信しています
Tweets by rikuhirose
🔽運営ブログ
https://rikulog.com/
source