php - Is laravel-ide-helper compatible with laravel 5.3? -


laravel-ide-helper github: https://github.com/barryvdh/laravel-ide-helper

when use "composer install" throw these errors

[symfony\component\console\exception\commandnotfoundexception] there no commands defined in "ide-helper" namespace.

script php artisan ide-helper:generate handling post-install-cmd event returned error

[runtimeexception] error output:

is laravel-ide-helper compatible laravel 5.3?

adding line 'barryvdh\laravelidehelper\idehelperserviceprovider', in app.php 'providers' array fixed it.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -