I am having the same issue when trying to update Laravel from 5.1 to 5.2. Any clues anyone?
Dec 22, 2015
6
Level 3
Undefined method error when I type php artisan.
I tried to update Laravel 5.1 to 5.2 manually and I'm having a problem when I try to run php artisan. I get this message every time:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Fatal error: Call to undefined method Illuminate\Foundation\Application::bindShared()
I searched for a solution and I found only a solution that says I should delete the vendor/compiled.php file, but there's no such file in my project. neither in storage.
Please or to participate in this conversation.