Getting error after run the "php artisan migrate"
-
@rahul said in Getting error after run the "php artisan migrate":
MariaDB (10.2)
i can use any dataase i want like postgrsql, or monogodb
-
It does not support monogodb but can use postgrsql.
-
Hey dude I was having problems like this until I found the bagisto documentation installation.
-
When I run: php artisan migrate I get the following error PDO Exception SQL STATE Access denied for user 'homestead' localhost'IF you want to make sure your database to be monkey type clean with your latest changes, you can drop your entire database tables and do php artisan migrate again. Also, you can try php artisan migrate --seed if you have any seeder