laravel - PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::bindShared() in ..Entrust/EntrustServiceProvider.php on line 72 -


i've installed entrust add role-based permissions application based on laravel 5.2. when try execute

php artisan vendor:publish 

i error :

php fatal error: " call undefined method illuminate\foundation\application::bindshared() in ../vendor/zizaco/entrust/src/entrust/entrustserviceprovider.php on line 72 "

can me?

you using previous version not compatible laravel 5.1.+. make sure using latest version or run composer update zizaco/entrust update package latest version defined in composer.json

if @ this commit set has been changed while ago.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -