-
Notifications
You must be signed in to change notification settings - Fork 0
5.1
KoheiMisu edited this page Dec 28, 2016
·
4 revisions
-
phing ビルドツールを束ねさせるために使用。build.xmlが設定ファイル
-
php-cs-fixer コーディングスタイルを合わせるために使用。psr-2への変換やphpdocを整形できる
設定ファイルは.php_cs -
phpmd コードを静的解析し、命名規則やコードサイズが大きすぎないか等検査するために使用
-
l5-repository repositoryに共通インターフェースを持たせるために使用
http://qiita.com/smith_30/items/e9f26bce158343ef3c83 -
nestedset テーブルで階層構造を扱う場合に使用
http://qiita.com/smith_30/items/ff8600e85605460c36bf -
laravel-ide-helper コマンドでModelのクラスにプロパティが振れるようになる
php artisan ide-helper:models --dir="Models"
- laravel-debugbar 開発時にデバッグ画面を表示