84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
调用模型的方法 IDE不会有方法、参数提示
$articles = ArticlesModel::paginate(2);
调用模型的时候不会提示paginate这个方法及参数如何在添加模型方法提示,IDE是PHPSTORM,可能由于模型是抽象类,并且实现了多个底层的接口如何使phpstorm支持模型中方法的提示
已解决使用
php artisan ide-helper:models
命令就在ide-helper中生成模型方法提示了
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
https://github.com/barryvdh/l...
我用的这个 laravel-ide-helper
https://github.com/barryvdh/l...
我用的这个 laravel-ide-helper