I also keep my controllers in folders like admin, frontend etc... and I don't use folder name at all. It resolves by itself. Please try like it's not inside a sub folder.
// app/controllers/tracker/TrackerController.php
// Do not forget "composer dump-autoload" after controller creation
Route::get('tracker','TrackerController@index');
I wonder if you need to delete the compile.php so that it gets recreated to find your new files.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community