moharami / spider-app
Spider 基础应用程序
v1.0
2016-05-12 13:05 UTC
Requires
- php: >=5.5.9
- 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
- mohammadsaleh/spider: dev-master
- 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 auto-updated.
Last update: 2024-08-29 04:40:03 UTC
README
适用于创建 CakePHP 3.x 应用程序的基础框架。
框架源代码可在以下位置找到:cakephp/cakephp。
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist cakephp/app [app_name]
。
如果全局已安装 Composer,则运行
composer create-project --prefer-dist cakephp/app [app_name]
现在您应该能够访问您安装应用程序的路径,并看到设置交通灯。
配置
读取并编辑 config/app.php
并设置 '数据源' 以及与您的应用程序相关的任何其他配置。