Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dereuromark/cakephp-app
CakePHP application template - BS flavored
https://github.com/dereuromark/cakephp-app
cakephp cakephp-application php skeleton-template
Last synced: 20 days ago
JSON representation
CakePHP application template - BS flavored
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-app
- Owner: dereuromark
- Created: 2024-11-04T14:16:44.000Z (3 months ago)
- Default Branch: 5.x
- Last Pushed: 2024-11-04T18:46:54.000Z (3 months ago)
- Last Synced: 2024-12-21T11:17:30.863Z (29 days ago)
- Topics: cakephp, cakephp-application, php, skeleton-template
- Language: PHP
- Homepage:
- Size: 3.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cakephp - BS flavored App template - An empty CakePHP project with BS5 and FontAwesome out of the box. (Skeleton)
README
# CakePHP Application Skeleton
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)A skeleton for creating applications with [CakePHP](https://cakephp.org) 5.x.
This is a **[Bootstrap](https://getbootstrap.com/) flavored app skeleton**
- community fork from original [app](https://github.com/cakephp/app)
- enhanced code sniffer included
- IdeHelper and PHPStan ready out of the boxThe framework source code can be found here: [cakephp/cakephp](https://github.com/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:
- app_custom.php added in between app.php (all defaults) and local one.## Layout
This app skeleton uses BS 5, and in particular a npm based install:
- `composer assets` to run basic script here
- FA 6 icons included