Description
When I run php artesan make:migration I got the error:
PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Exceptions\ExceptionHandler does not exist' in /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php:493
Stack trace:
#0 /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php(493): ReflectionClass->__construct('App\Exceptions...')
#1 /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php(454): Illuminate\Container\Container->build('App\Exceptions...', Array)
#2 /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php(875): Illuminate\Container\Container->make('App\Exceptions...', Array)
#3 /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php(280): Illuminate\Foundation\Application->make('App\Exceptions...', Array)
#4 /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/comp in /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php on line 493
PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Exceptions\ExceptionHandler does not exist' in /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php:493
Stack trace:
#0 /Users/wesley/Dropbox/Sites/vhosts-projects/tutorials/laravel/laravel5/storage/framework/compiled.php(493)