我正在尝试在Laravel中使用名为ide-helper的服务类。它为PHPStorm提供自动完成功能。它没有按预期运作。我被告知我应该运行php artisan clear-compiled。
术语“清楚编译”是什么意思?
https://github.com/barryvdh/laravel-ide-helper#automatic-phpdoc-generation-for-laravel-facades
非常感谢
答案 0 :(得分:2)
Laravel使用优化的类加载器来提高性能。
命令php artisan clear-compiled
删除以下2个文件:
bootstrap/compiled.php
优化课程时创建。app/storage/meta/services.json
此文件是在Laravel尝试优化应用程序使用的服务提供程序加载时创建的。有关性能优化的更多信息,请参阅http://laravel-recipes.com/recipes/60/optimizing-the-framework-for-better-performance