Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试着做php artisan migrate,但我得到一个错误。
php artisan migrate
我检查了数据库、用户名、密码,我尝试使用 sudo,但没有任何效果。
我找到了解决方案。
第一件事:(访问 laravel.log)
sudo chgrp -R www-data storage bootstrap/cache sudo chmod -R ug+rwx storage bootstrap/cache
第二个:
sudo apt install php7.2-pgsql