barryvdh / laravel-elfinder

elFinder bundle for Laravel
744 stars 171 forks source link

Call to undefined method [package] #76

Open devloe opened 9 years ago

devloe commented 9 years ago

After doing a composer update

When trying to do php artisan I get

[BadMethodCallException]
Call to undefined method [package]

Any toughts?

I'm using "barryvdh/laravel-elfinder": "0.3.2"

barryvdh commented 9 years ago

Try 0.3.3

barryvdh commented 9 years ago

or 0.3.4.

devloe commented 9 years ago

Solved it!

But now I get There are no commands defined in the "elfinder" namespace. when trying to do php artisan elfinder:publish

plyuto commented 7 years ago

the same problem - laravel 5.4 There are no commands defined in the "elfinder" namespace.