File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments