phpstorm - In Laravel, what is meant by the term "clear compiled class" -


i'm trying use service class in laravel called ide-helper. provides auto completion phpstorm. not functioning expected. have been advised should run php artisan clear-compiled.

what term "clear compiled" mean ?

https://github.com/barryvdh/laravel-ide-helper#automatic-phpdoc-generation-for-laravel-facades

many

laravel uses optimized class loader better performance.

the command php artisan clear-compiled deletes following 2 files:

  1. bootstrap/compiled.php created when optimize classes.
  2. app/storage/meta/services.json file created laravel tries optimize loading of service providers application uses.

for more information on performance optimizing see http://laravel-recipes.com/recipes/60/optimizing-the-framework-for-better-performance


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -