phpstorm对laravel的一些使用技巧
Posted wangzhaobo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpstorm对laravel的一些使用技巧相关的知识,希望对你有一定的参考价值。
安装laravel插件,设置ctrl+alt+s
二
安装智能提示插件
composer require barryvdh/laravel-ide-helper
在config/app.php
的providers
选项中注册服务提供者
BarryvdhLaravelIdeHelperIdeHelperServiceProvider::class,
执行
php artisan ide-helper:generate
以上是关于phpstorm对laravel的一些使用技巧的主要内容,如果未能解决你的问题,请参考以下文章