lartak / croogo-app
Croogo 框架应用骨架
1.0
2019-06-17 19:09 UTC
Requires
- php: >=5.6
- cakephp/cakephp: 3.5.*
- cakephp/migrations: ^1.0
- cakephp/plugin-installer: ^1.0
- josegonzalez/dotenv: 3.*
- lartak/croogo: ^1.0
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ^1.1
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ^3.2
- psy/psysh: @stable
Suggests
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is auto-updated.
Last update: 2024-09-18 06:58:48 UTC
README
Croogo 是一个免费的开源 PHP 内容管理系统,遵循MIT 许可。
它基于 CakePHP MVC 框架。
要求
- Apache 配置
mod_rewrite
- PHP 5.6 或更高版本
- MySQL 5.7 或更高版本
安装
使用 composer 进行安装
安装 Croogo 的首选方法是使用 composer。
composer create-project lartak/croogo-app myapp
cd myapp
composer install
如果您想修改 croogo,可以使用 --prefer-source
标志,例如
`composer create-project --prefer-source lartak/croogo-app myapp`
基于 Web 的安装器
- 解压缩存档。将内容上传到您的服务器。
- 创建一个新的 MySQL 数据库(字符集
utf8mb4
,校对规则utf8m4_unicode_ci
) - 使用浏览器访问 http://your-site.com/ 并按照说明进行操作。
手动安装
- 解压缩存档。将内容上传到您的服务器。
- 找到您的
config
目录,并将以下文件重命名config/app.default.php
重命名为config/app.php
并编辑详细信息。
- 您可以通过 http://your-site.com/admin 访问您的管理面板。安装程序应显示一个页面,供您创建管理员用户。
链接
-
官方网站: http://croogo.org
-
Google 群组: http://groups.google.com/group/croogo
-
IRC 频道: #croogo on irc.freenode.net