aoliverio / content-app
内容应用程序骨架,用于使用内容插件创建CMS
v0.8.3
2016-04-28 07:48 UTC
Requires
- php: >=5.5.9
- aoliverio/builder: 1.*
- aoliverio/content: 0.*
- cakephp/cakephp: ~3.2
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- 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-14 19:47:44 UTC
README
内容应用程序 是一个从 cakephp/app 分支出来的骨架应用程序,用于使用 内容插件 为 CakePHP 3.x 应用程序创建专业的内容管理系统,并采用 Bootstrap 布局。
- 插件源代码可在此找到: aoliverio/content。
- 有关内容项目的更多信息,请点击此处: getcontent.org。
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist aoliverio/content-app [app-name]
。
如果Composer已全局安装,请运行
composer create-project --prefer-dist aoliverio/content-app [app-name]
现在你应该能够访问你安装应用程序的路径,并看到设置交通灯。
配置
阅读并编辑 config/app.php
并设置 '数据源' 和任何其他与你的应用程序相关的配置。