文件名称:cakephp3-bookmarkr:使用 Crud 插件构建的示例 CakePHP 3 应用程序
文件大小:97KB
文件格式:ZIP
更新时间:2024-06-27 08:56:03
PHP
使用 Crud 插件的 CakePHP 应用程序示例 这是一个示例应用程序,它实现了 CakePHP 手册中的书签教程,但使用了。 安装 下载或更新composer self-update 。 运行php composer.phar create-project --prefer-dist -s dev lorenzo/cakephp3-bookmarker [app_name] 。 配置 阅读并编辑config/app.php并设置“数据源”和与您的应用程序相关的任何其他配置。 运行迁移 设置数据库后,加载表 bin/cake migrations migrate
【文件预览】:
cakephp3-bookmarkr-master
----composer.json(1KB)
----.travis.yml(354B)
----bin()
--------cake.bat(955B)
--------cake.php(784B)
--------cake(1KB)
----index.php(648B)
----config()
--------bootstrap.php(5KB)
--------routes.php(2KB)
--------bootstrap_cli.php(886B)
--------Migrations()
--------paths.php(2KB)
--------Schema()
--------app.default.php(10KB)
----.htaccess(140B)
----composer.lock(40KB)
----logs()
--------empty(0B)
----tests()
--------bootstrap.php(197B)
--------TestCase()
--------Fixture()
----src()
--------Template()
--------Shell()
--------Auth()
--------Model()
--------Console()
--------View()
--------Controller()
----tmp()
--------cache()
--------tests()
--------sessions()
----.gitignore(52B)
----phpunit.xml.dist(819B)
----README.md(690B)
----.editorconfig(311B)
----webroot()
--------css()
--------index.php(1KB)
--------.htaccess(130B)
--------img()
--------js()
--------favicon.ico(2KB)