Saddam Hossain
Saddam Hossain

Reputation: 11

how can i connect my laravel server?

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.

Upvotes: 1

Views: 161

Answers (1)

JackPoint
JackPoint

Reputation: 4111

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.

Upvotes: 1

Related Questions