WEB開発

Laravel コマンド集

Laravelのよく使うコマンド集

ルート一覧

php artisan route:list

ローカルで実行

http://localhost:8000 で実行できる

php artisan serve

-WEB開発
-,