zxg321/zcms

zcms

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zxg321/zcms

dev-master 2019-03-28 08:02 UTC

This package is auto-updated.

Last update: 2025-09-29 02:22:04 UTC


README

$ laravel new zcms
$ php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"
$ php artisan admin:install

修改配置 .env 文件 数据库配置以及缓存等配置 修改 config/app.php 中时区 'timezone' => env('TIMEZONE','Asia/Shanghai'), 语言设置 'locale' => 'zh-CN', 'fallback_locale' => 'zh-CN',

License

Licensed under The MIT License (MIT).