00_file構成 - hpscript/laravel GitHub Wiki
https://readouble.com/laravel/5.8/ja/structure.html
設定(configから参照) .env
設定 ./config L 全体設定 ./config/app.php
モデル ./app/
コントローラ ./app/Http/Controllers
Request ./app/Http/Requests
データベース ./database L マイグレーション管理 ./database/migration
画面テンプレート・共通化部品 ./resources/views
ルーティング ./routes/web.php
css, js, img ./public