-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make:migration is not working #6446
Comments
Try to delete the |
Hi, I got the error. In bootstrap/app.php. $app->singleton( should be: $app->singleton(
|
Your problem was that you don't follow the laravel/laravel updates! You can follow laravel/laravel develop updates on this page: https://github.com/laravel/laravel/commits/develop ...or if you use ubuntu you can try to use Meld: https://apps.ubuntu.com/cat/applications/lucid/meld/ to diff between you current project and a new laravel installation. Meld helps me a lot! |
One more to close @GrahamCampbell |
Thanks. :) |
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)
The text was updated successfully, but these errors were encountered: