I have found the solution, if anyone is interested. I forgot to prefix my controller by its namespace..
$router->get('/', ['as' => 'home','uses' => 'App\Http\Controllers\ArticlesController@index']);
thanks sa7bi helped me solve my issue although in L4.2 you didn't need to specify the folder which is odd
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community