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
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