zxg321 / zcms
zcms
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zxg321/zcms
Requires
- php: >=7.0.0
- encore/laravel-admin: >=1.6.9
- laravel/framework: ~5.6
Requires (Dev)
- laravel/laravel: ~5.6
- phpunit/phpunit: ~6.0
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).