NotFoundHttpException in RouteCollection.php line 161: in laravel 5

Well It was pretty simple

In Implicit call

I should define the route only once

Route::controller('collection','CollectionController');

so now in url collection/home if being parsed then laravel will automatically call getHome() function

Leave a Comment