Skip to content

samuelszabo/hotwire-cakephp-example

Repository files navigation

Hotwire CakePHP example

Playground for Hotwire (Turbo and Stimulus).

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

Installation

Built-in server:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

Update

Since this skeleton is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades, so you have to do any updates manually.

Configuration

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

Layout

The app skeleton uses Milligram (v1.3) minimalist CSS framework by default. You can, however, replace it with any other library or custom styles.