0

I try to install Laravel Collective using this instruction https://laravelcollective.com/docs/5.3/html and I get this error. I'm using Laravel 5.3

enter image description here Can somebody explain how to solve this problem?

Mirsad Batilovic
  • 446
  • 1
  • 5
  • 18

1 Answers1

0

In Laravel 5.3 there is no Route::controller that I use in Laravel 5.2 for users authentication login and logout . When I delete this in my routes\web.php problem was solved.

Mirsad Batilovic
  • 446
  • 1
  • 5
  • 18