开发项目较多,使用到很多工具,记录下来,方便使用。
Larvel 开发中使用顺手的一些工具集
- ide-helper
ide-helper
Laravel
中大量使用facade
,使IDE识别困难,配合Phpstorm
的Laravel Plugin
插件使用,效果完美。
- laravel依赖包 ide-helper
- Phpstorm插件 laravel Plugin
常用命令12345//生成辅助文件php artisan ide-helper:generate//生成model的phpdocphp artisan ide-helper:models