diff --git a/README.md b/README.md index 3320de3..3ceea38 100755 --- a/README.md +++ b/README.md @@ -31,6 +31,20 @@ use Illuminate\Http\Resources\Json\JsonResource; ``` - 修改`.env` 中的数据库配置 + +``` +APP_URL=网站域名(如: https://laravel.com) + +LOG_DEPRECATIONS_CHANNEL=null(删除本项) + +DB_CONNECTION=mysql +DB_HOST=127.0.0.1 +DB_PORT=3306 +DB_DATABASE=laravel +DB_USERNAME=root +DB_PASSWORD= +``` + - `php artisan admin:publish` - `php artisan admin:install` - 进入管理后台 `{host}/admin`, admin, admin