So I finally got artisan to work but I can't get the laravel installation to work. when i do php artisan migrate:install
it gives me this error:
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
I tried to change the database in the .env file and yes composer is installed and php artisan works properly.
I'm running mamp and phpstorm on windows so not from a virtual machine, and i want to link it to a database i made with mamp
so can someone help me with this issue?
best regards Ditger
via Ditger