xadmin / laravel-cmf
Laravel-cmf is a background management extension developed based on the laravel framework, which enables rapid build of back-end systems
v1.0
2019-07-05 09:43 UTC
Requires
- ext-json: *
- arrilot/laravel-widgets: ^3.7
- composer/composer: ~1.4
- doctrine/dbal: ^2.5
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0|~5.8.0
- intervention/image: ^2.4
- larapack/doctrine-support: ~0.1.4
- larapack/hooks: ~1.0.2
- league/flysystem: ~1.0.41
Requires (Dev)
- laravel/browser-kit-testing: ~2.0.0|~3.0.0|~4.0.0|~5.0.0|~5.1
- laravel/framework: ~5.5.0|~5.6.0|~5.7.0|~5.8.0
- orchestra/testbench: ~3.0
- orchestra/testbench-browser-kit: ~3.5|~3.6|~3.7|~3.8
- phpunit/phpcov: ~4.0|~5.0|~6.0
- phpunit/phpunit: ~5.7.14|~6.1|~7.0|~8.0
This package is auto-updated.
Last update: 2025-03-05 22:25:14 UTC
README
laravel-cmf是基于laravel框架开发的后台管理扩展,通过此扩展可以快速构建后台系统。
安装步骤
1 安装扩展
composer require xadmin/laravel-cmf
2 连接数据库
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
3 配置APP_URL
APP_URL=http://localhost:8000
4 设置语言(中文)
修改config/app.php
'locale' => 'zh_CN',
5 运行安装
php artisan laravel-cmf:install
6 启动
php artisan serve
创建后台管理员
php artisan laravel-cmf:admin your@email.com --create
系统将提示您输入用户名和密码。