lorenzo / cakephp3-bookmarker
该包已废弃,不再维护。未建议替代包。
CakePHP 示例应用使用 Crud 插件
1.0.3
2015-05-08 13:49 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- friendsofcake/crud: ~4.0
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.0
- cakephp/debug_kit: ~3.0
- 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: 2020-01-25 12:04:19 UTC
README
这是一个示例应用,实现了 CakePHP 手册中的书签教程,但使用了 功能强大的 Crud 插件。
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist -s dev lorenzo/cakephp3-bookmarker [app_name]
。
配置
阅读并编辑 config/app.php
并设置 '数据源' 和任何其他与您的应用程序相关的配置。
运行迁移
设置数据库后,加载表
bin/cake migrations migrate