1
votes

C:\Users\karim486\Desktop\laravel\bookstore>php artisan serve

[Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined method Illuminate\Foundation\Application::bindShared()

this problem show my pc . not connected php artisan serve enter image description here how can i solve this problem.

1

1 Answers

1
votes

I think you upgraded to a new Laravel version. Some packages (eg HTML & forms) arn't ready for the newest version. Switch to the package from https://laravelcollective.com/ and it will work again.