dereuromark/cakephp-sandbox

CakePHP 沙盒应用程序

dev-master 2024-09-17 10:43 UTC

This package is auto-updated.

Last update: 2024-09-17 10:43:55 UTC


README

CI Coverage Status License Minimum PHP Version Coding Standards PHPStan

这是一个沙盒应用程序,用于展示 CakePHP 的功能和工具,并提供试用沙盒。

此分支是为 CakePHP 5.x 定制的。对于已弃用的 4.x/3.x/2.x 版本,请使用相应的分支。

主要特性

  • 插件展示
  • 使用特殊处理对 404 进行自定义异常处理。
  • 将日志记录到分页和可搜索的数据库解决方案,而不是纯文件

代码位置

你可能已经访问过 sandbox/plugin-examples

大部分示例代码可以在 /plugins/ 目录中找到

  • /plugins/Sandbox/:杂项示例
  • /plugins/AuthSandbox/:认证示例

安装

请参阅 SETUP.md