Skip to content

Commit 006d05a

Browse files
committed
Fix Conflict
2 parents 58c9b12 + 750d364 commit 006d05a

8 files changed

Lines changed: 17 additions & 26 deletions

File tree

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1+
# CakePHP 3
2+
13
/vendor/*
24
/config/app.php
3-
/tmp/*
5+
6+
/tmp/cache/models/*
7+
!/tmp/cache/models/empty
8+
/tmp/cache/persistent/*
9+
!/tmp/cache/persistent/empty
10+
/tmp/cache/views/*
11+
!/tmp/cache/views/empty
12+
/tmp/sessions/*
13+
!/tmp/sessions/empty
14+
/tmp/tests/*
15+
!/tmp/tests/empty
16+
417
/logs/*
18+
!/logs/empty

README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
# CakePHP Application Skeleton
1+
# CakePHP App
22

3-
[![Build Status](https://img.shields.io/travis/cakephp/app/master.svg?style=flat-square)](https://travis-ci.org/cakephp/app)
4-
[![License](https://img.shields.io/packagist/l/cakephp/app.svg?style=flat-square)](https://packagist.org/packages/cakephp/app)
5-
6-
A skeleton for creating applications with [CakePHP](http://cakephp.org) 3.x.
7-
8-
The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).
9-
10-
## Installation
11-
12-
1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
13-
2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.
14-
15-
If Composer is installed globally, run
16-
```bash
17-
composer create-project --prefer-dist cakephp/app [app_name]
18-
```
19-
20-
You should now be able to visit the path to where you installed the app and see
21-
the setup traffic lights.
22-
23-
## Configuration
24-
25-
Read and edit `config/app.php` and setup the 'Datasources' and any other
26-
configuration relevant for your application.
3+
CakePHP app example for AdminLTE Theme

logs/empty

Whitespace-only changes.

tmp/cache/models/empty

Whitespace-only changes.

tmp/cache/persistent/empty

Whitespace-only changes.

tmp/cache/views/empty

Whitespace-only changes.

tmp/sessions/empty

Whitespace-only changes.

tmp/tests/empty

Whitespace-only changes.

0 commit comments

Comments
 (0)