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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -