LoginSignup
0
0

More than 5 years have passed since last update.

laravelのフォルダ構成

Last updated at Posted at 2018-03-27

フォルダ構成

app

モデルファイル ※laravel5.5ではデフォルトでUser.phpが配置

Http-Controllers

コントローラーファイル

config

設定ファイル

database

migration

データベースのバージョン管理
※ユーザーに関するファイルがデフォルトで配置されている

public

ブラウザからアクセスした時に見るフォルダ

resourses

views

画面のテンプレート

routes

URLにアクセスした時にどの処理をするのかを実行するのかを決める
(いわゆるルーティング・ラウティング)

#参考
ドットインストール https://dotinstall.com/lessons/basic_laravel_v2/42203

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