laravel-ide-helper
php artisan ide-helper:generate
Factory Design Patternのサポートもしている
For example, events will return an Illuminate\Events\Dispatcher object, so with the meta file you can call app('events') and it will autocomplete the Dispatcher methods.
手法
PHPStormのMetadataを生成してくれる
php artisan ide-helper:meta
実際にDBにアクセスしてpropertyの型をつけてくれる
php artisan ide-helper:models --dir="path/to/Elquents"
デフォルトのrootディレクトリ直下のModelも型がつく