-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exception 'BadMethodCallException' with message 'Call to undefined method [package]' #139
Comments
I get this error as well. I also get it when I try and run php artisan clear-compiled |
L5 is not supported yet. |
Please keep this bug open, support for L5 might come sooner or later and this bug needs to be fixed for that. |
Does f446326 fix this issue? |
Whao, that was fast. Yes the initial error is gone and But
|
Did you add the ServiceProvider? |
-.- sorry, no. It works fine now. Thanks for your support. |
Hi,
I downloaded this feature and i got exception in terminal while "Generating autoload files"
exception 'BadMethodCallException' with message 'Call to undefined method [package]' in /home/vagrant/www/kandown/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:111
Stack trace:
#0 /home/vagrant/www/kandown/vendor/barryvdh/laravel-ide-helper/src/IdeHelperServiceProvider.php(34): Illuminate\Support\ServiceProvider->__call('package', Array)
#1 /home/vagrant/www/kandown/vendor/barryvdh/laravel-ide-helper/src/IdeHelperServiceProvider.php(34): Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider->package('barryvdh/larave...', 'laravel-ide-hel...', '/home/vagrant/w...')
#2 [internal function]: Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider->boot()
...
The text was updated successfully, but these errors were encountered: