.env
cp .env.example .env
先copy再編輯
APP_URL=https://site.com
網站名稱
APP_LANG=zh_TW
語系
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=docs
DB_USERNAME=root
DB_PASSWORD=pwd
MySQL資料庫
#MYSQL_ATTR_SSL_CA="/path/to/ca.pem"
沒SSL就MARK起來
cp .env.example .env
先copy再編輯
APP_URL=https://site.com
網站名稱
APP_LANG=zh_TW
語系
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=docs
DB_USERNAME=root
DB_PASSWORD=pwd
MySQL資料庫
#MYSQL_ATTR_SSL_CA="/path/to/ca.pem"
沒SSL就MARK起來