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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -