I try to do php artisan migrate
, but I get an error.
I check the database,user name, password, I tried with sudo, but nothing worked.
I try to do php artisan migrate
, but I get an error.
I check the database,user name, password, I tried with sudo, but nothing worked.
I found out the solution.
First thing: (to access laravel.log)
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Second one:
sudo apt install php7.2-pgsql