ReflectionException in Route.php line 264: Class App\Http\Controllers\mydisplayController does not exist

By | November 25, 2016

Solution: please make sure that you are created controller through command prompt,or else delete the controller and recreate the controller through artisan command,
take composer update