I'm new to Laravel 5 and I'm trying to do
php artisan make:migration create_projects_and_tasks_tables --create="projects"
and I got this error:
[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'dodong\Providers\AppServiceProvider' not found
anyone has ideas what's wrong with this one? any help would be greatly appreciated. Thank you!