quickapps / website
QuickAppsCMS 网站应用骨架
dev-master
2018-04-05 18:41 UTC
Requires
- php: >=5.6
- cakephp/cakephp: 3.3.16
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
- quickapps-plugins/installer: *
Suggests
- cakephp/bake: Pprovides the code generation functionality for CakePHP. Through a suite of CLI tools, you can quickly and easily generate code for your application.
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- cakephp/debug_kit: Provides a debugging toolbar and enhanced debugging tools for CakePHP applications.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
- quickapps/cms: Development and testing repository, used to perform CI tests
This package is not auto-updated.
Last update: 2024-09-14 15:16:29 UTC
README
用于创建 QuickAppsCMS 2.0 网站的骨架。
这是一个不稳定的仓库,应视为预览版。
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project -s dev quickapps/website [你的网站名称]
。
如果已全局安装 Composer,请运行
composer create-project -s dev quickapps/website [website_name]
Composer 完成后,访问 http://example.com/
并开始 QuickAppsCMS 安装。