Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


apricot:app:top

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
apricot:app:top [2020/05/25 12:03]
y2sunlight [layout.blade.php]
apricot:app:top [2020/06/03 13:11] (現在)
tanaka [クラスエイリアス]
行 31: 行 31:
 ==== appフォルダ ==== ==== appフォルダ ====
  
-以下に示すようにプロジェクトフォルダ下に、アプリ用のフォルダ app を作成し、その下に7つのフォルダ(Controllers, Exceptions, Foundation, Helpers, Middleware, Models, Services)を作成します。+以下に示すようにプロジェクトフォルダ下に、アプリ用のフォルダ app を作成し、その下に7つのフォルダ(Controllers, Exceptions, Foundation, Helpers, Middleware, Models, Services)を作成します。また、Controllersの下にはInterceptorsフォルダを作成します。 
  
 <code> <code>
行 39: 行 39:
  |    |  |    |
  |    ├── Controllers [コントローラ]  |    ├── Controllers [コントローラ]
 + |    |    |
 + |    |    └── Interceptors [インターセプター]
 + |    |  
  |    ├── Exceptions [例外]  |    ├── Exceptions [例外]
  |    ├── Foundation [基盤]  |    ├── Foundation [基盤]
行 44: 行 47:
  |    ├── Middleware [ルミドルウェア]  |    ├── Middleware [ルミドルウェア]
  |    ├── Models     [モデル]  |    ├── Models     [モデル]
- |    └── Services   [サービス]+ |    └── Services   [サービス] (予約)
 </code> </code>
  
行 145: 行 148:
 </code> </code>
  
-  * よく使うコアクラスとアプリ用のヘルパークラスのアリアスを作っています+  * よく使うコアクラスとアプリ用のヘルパークラスのエイリアスを作っています
  
  
apricot/app/top.1590375780.txt.gz · 最終更新: 2020/05/25 12:03 by y2sunlight