Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullstack-dev3/cakephp-cms
CakePHP CMS Project
https://github.com/fullstack-dev3/cakephp-cms
cakephp cms composer php
Last synced: 4 days ago
JSON representation
CakePHP CMS Project
- Host: GitHub
- URL: https://github.com/fullstack-dev3/cakephp-cms
- Owner: fullstack-dev3
- Created: 2022-07-22T05:23:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T05:27:15.000Z (over 2 years ago)
- Last Synced: 2023-11-06T22:04:06.932Z (about 1 year ago)
- Topics: cakephp, cms, composer, php
- Language: PHP
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CakePHP CMS Tutorial
The completed CMS tutorial application created during
https://book.cakephp.org/3.0/en/tutorials-and-examples/cms/installation.html## Installation
1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Download this source code.
3. Install dependencies with composer```bash
composer install
```## Configuration
Copy `config/app.default.php` to `config/app.php` and setup the `'Datasources'` configuration.
You'll also need to create a database and run the SQL located in the tutorial.