if ( Auth::check())
{
Route::get('/','AdminController@index');
}
else
{
Route::get('/','HomeController@index');
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community