Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbp0200/maven-mirror
https://github.com/lbp0200/maven-mirror
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbp0200/maven-mirror
- Owner: lbp0200
- Created: 2016-12-27T10:49:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T15:14:05.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T05:28:31.193Z (about 1 month ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CakePHP Application Skeleton
[![Build Status](https://img.shields.io/travis/cakephp/app/master.svg?style=flat-square)](https://travis-ci.org/cakephp/app)
[![License](https://img.shields.io/packagist/l/cakephp/app.svg?style=flat-square)](https://packagist.org/packages/cakephp/app)A skeleton for creating applications with [CakePHP](http://cakephp.org) 3.x.
The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).
## Installation
1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.If Composer is installed globally, run
```bash
composer create-project --prefer-dist cakephp/app [app_name]
```You should now be able to visit the path to where you installed the app and see the default home page.
## Configuration
Read and edit `config/app.php` and setup the 'Datasources' and any other
configuration relevant for your application.