splicephp / app
CakePHP 框架应用骨架
3.0.1
2015-03-22 17:08 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.0
- cakephp/debug_kit: ~3.0
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2024-09-24 03:44:03 UTC
README
请注意,此骨架需要访问私有仓库。
! 如果没有访问几个私有 bitbucket 仓库,应用将无法编译!
用于创建 CakePHP 3.0 应用的骨架。
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist splicephp/app -s dev [app_name]
。
如果 Composer 已全局安装,运行
composer create-project --prefer-dist -s dev splicephp/app [app_name]
现在你应该可以访问你安装应用的路径,并看到设置指示灯。
配置
阅读并编辑 config/app.php
并设置 '数据源' 和与你的应用相关的其他配置。