Route::any('/{model}/{controller?}/{action?/',function($model,$controller = NULL,$action = NULL){
//Your Code here
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community