Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 311 Bytes

PhpStorm-autocomplete.md

File metadata and controls

4 lines (4 loc) · 311 Bytes

PhpStorm autocomplete support

  • composer install barryvdh/laravel-ide-helper (if not already installed)
  • add 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class' in config/app.php under providers (Package Service Providers)
  • run this to generate helper file: php artisan ide-helper:generate