Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.46 KB

CakePHP Sandbox App

Build Status Coverage Status License Minimum PHP Version Coding Standards

A sandbox app to showcase CakePHP features and tools as well as provide a sandbox for tryouts.

This branch is for CakePHP 4.x. For deprecated 3.x/2.x ones, please use the corresponding branch.

Key Features

  • Plugin showcasings
  • Whoops as error renderer for development (debug true)
  • Logging to a paginated and searchable DB solution instead of plain files

Where to find the code

You have probably been to sandbox/plugin-examples.

Most of the example code can be found inside /plugins/ directory:

  • /plugins/Sandbox/: Misc. examples
  • /plugins/AuthSandbox/: Auth examples

Installation

Please see SETUP.md