laravel - php artisan migrate:refresh | ERROR [Laravel5] -


i use laravel 5. when try refresh migration,

input:

  php artisan make:migrate 

output :

  [symfony\component\debug\exception\fatalerrorexception]     class '****' not found 

even remove classes also.

just run

composer dump-autoload 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -