laravel 配置PHPStorm 代码提示

老虎说测试 脚本开发字数 321阅读1分4秒阅读模式
摘要laravel 配置PHPStorm 代码提示

1、Require this package with composer using the following command:

composer require barryvdh/laravel-ide-helper文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html

2、After updating composer, add the service provider to the providers array in config/app.php文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html

Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html

3、You can now re-generate the docs yourself (for future updates)文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html

php artisan ide-helper:generate文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html

文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html文章源自陈学虎-https://chenxuehu.com/article/2015/10/4873.html

 
  • 版权声明:本文为原创文章,转载请附上原文出处链接及本声明。
  • 转载请注明:laravel 配置PHPStorm 代码提示 | https://chenxuehu.com/article/2015/10/4873.html