https://packagist.org/
搜
github上 https://github.com/barryvdh/laravel-ide-helper
Install
Require this package with composer using the following command:
composer require barryvdh/laravel-ide-helperAfter updating composer, add the service provider to the
providers
array inconfig/app.php
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,Automatic phpDoc generation for Laravel Facades
You can now re-generate the docs yourself (for future updates)
php artisan ide-helper:generate