安装laravel-ide-helper增强代码提示

云焱
2023-12-01

https://packagist.org/

barryvdh/laravel-ide-helper


github上 https://github.com/barryvdh/laravel-ide-helper

Install

Require this package with composer using the following command:

composer require barryvdh/laravel-ide-helper

After updating composer, add the service provider to the providers array in config/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





 类似资料: