terabytesoftw / asset-user
资产用户核心 Bootstrap 4
dev-master / 1.0.x-dev
2019-07-18 17:59 UTC
Requires
- php: ^7.2.0
- oomphinc/composer-installers-extender: ^1.1
- yiisoft/yii2: ^2.0.20
- yiisoft/yii2-bootstrap4: ^2.0.3
Requires (Dev)
- codeception/c3: 2.*
- codeception/codeception: ^3.0
- codeception/specify: *
- codeception/verify: *
- dms/phpunit-arraysubset-asserts: ^0.1.0
- hiqdev/composer-config-plugin: ^1.0@dev
- monolog/monolog: *
- yiisoft/yii2-debug: ~2.1.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.1.0
This package is auto-updated.
Last update: 2024-09-19 05:08:26 UTC
README
资产用户核心 Bootstrap 4
目录结构
config/ contains application configurations
src/ contains source files
tests/ contains tests codeception for the web application
vendor/ contains dependent 3rd-party packages
需求
- 此项目模板的最小要求是您的Web服务器支持
- PHP 7.2或更高版本。
- Composer配置插件.
运行测试代码ception
// download all composer dependencies root project
$ composer update --prefer-dist -vvv
// run all tests with code coverage
$ vendor/bin/codecept run --coverage-xml
Web服务器支持
- Apache。
- Nginx。
- OpenLiteSpeed。