codedungeon
4/15/2015 - 9:28 PM

Lumen Controller Not Found Error

Lumen Controller Not Found Error


Trying to use controller in routes.php file

$app->get(‘/‘, ‘WelcomeController@index’);


Here is error I receive when hitting route

http://d.pr/i/qvUR

Here id directory tree (controller surely exists)

http://d.pr/i/103pY

Here is WelcomeController

http://d.pr/i/Ble

Here is route configuration

http://d.pr/i/1hZHV

- I have ran composer dump-autoload -o
- I have restarted the server (several times)


What am I missing here?