Home

Awesome

CakePHP Application Skeleton

PHPStan

A skeleton for creating applications with CakePHP 5.x.

This is a Bootstrap flavored app skeleton

The framework source code can be found here: cakephp/cakephp.

Installation

Download the code.

Composer install the app.

composer install

Then use docker (e.g. ddev) to set up a server.

ddev start

Then visit https://app.ddev.site/ to see the welcome page.

Configuration

Read and edit the environment specific config/app_local.php and set up the 'Datasources' and any other configuration relevant for your application. Other environment agnostic settings can be changed in config/app.php.

Configuration enhancements:

Layout

This app skeleton uses BS 5, and in particular a npm based install: