You can use what you like use the same methods as you did in CI, you can still have a AdminController but then you must specify your route:
Route::get('admin', 'AdminController@index);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community