When i download the file and then had change the DB details.
However, i'm receiving the below error:
FatalErrorException in ProviderRepository.php line 146:
Class 'Illuminate\Routing\ControllerServiceProvider' not found
in C:\xamppp\htdocs\master\local\vendor\laravel\framework\src\Illuminate\Foundation\ProviderRepository.php line 146
You should clone the repo, but it's not going to include all the files because of Ignore files. Zip works too but either way errors are expected. You just need to work through each error. The errors your getting are self explanatory, the file doesn't exist and you need to create it or find it.
hey fellas, i have downloaded a project from github, i wanted to test it on my local host, i ran composer install, now all i see is two identical lines of:
"Whoops, looks like something went wrong."
"Whoops, looks like something went wrong."
When I run cmd "php artisan migrate"
error log show as
" [PDOException]
SQLSTATE[HY000] [1049] Unknown database 'example' .
Mysql listen port "3308" and runing.
Please help me..
Thanks!