lowg33kdev / cakephp-app
CakePHP 框架应用程序模板
3.3.1
2016-08-27 01:32 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: 3.3.*
- 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.
- 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 not auto-updated.
Last update: 2024-09-14 20:04:02 UTC
README
为使用 CakePHP 3.x 创建应用程序的模板。
框架源代码可以在以下位置找到:cakephp/cakephp。
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist lowg33kdev/cakephp-app [app_name]
。
如果 Composer 已全局安装,则运行
composer create-project --prefer-dist lowg33kdev/cakephp-app [app_name]
现在你应该可以访问您安装应用程序的路径并看到默认的主页。
配置
阅读和编辑 config/app.php
并设置 '数据源' 以及任何与应用程序相关的其他配置。