I want to redirect different User types to same '/dashboard' url. So basically after login when rout...
public function getCategory($category_id) { $category = Category::with(['products' => fun...
It doesn't work at the first attempt. Goes to the fallbackcontroller. but when I reload it takes me...
zenry : The after filter doesn't work! and you can guess I have lots of methods in each controller....
Route::get('ac', array('as' => 'admin.companies', 'uses' => 'AdminController@companies'));
Doesn't actually solve anything. I am concerned about making the pagination. Is there any fix to tha...
The Laravel portal for problem solving, knowledge sharing and community building.
The community