修改.env
数据库信息:
DB_DATABASE=gzmc_service
DB_USERNAME=root
DB_PASSWORD=root
DB_PREFIX=gzmc_
域名配置:
APP_URL=http://localhost
执行缓存清理:
php artisan config:clear
php artisan cache:clear
sudo chmod -R 777 ./storage
sudo chmod -R 777 ./public/uploads
php.ini
搜索 disable_functions 删除proc_open,proc_get_status