Jacob Burroughs 69f9bdcedd initial commit | 8 gadi atpakaļ | |
---|---|---|
.idea | 8 gadi atpakaļ | |
bin | 8 gadi atpakaļ | |
config | 8 gadi atpakaļ | |
plugins | 8 gadi atpakaļ | |
src | 8 gadi atpakaļ | |
tests | 8 gadi atpakaļ | |
webroot | 8 gadi atpakaļ | |
.editorconfig | 8 gadi atpakaļ | |
.gitattributes | 8 gadi atpakaļ | |
.gitignore | 8 gadi atpakaļ | |
.htaccess | 8 gadi atpakaļ | |
.travis.yml | 8 gadi atpakaļ | |
README.md | 8 gadi atpakaļ | |
composer.json | 8 gadi atpakaļ | |
index.php | 8 gadi atpakaļ | |
php | 8 gadi atpakaļ | |
phpunit.xml.dist | 8 gadi atpakaļ |
A skeleton for creating applications with CakePHP 3.x.
The framework source code can be found here: cakephp/cakephp.
composer self-update
.php composer.phar create-project --prefer-dist cakephp/app [app_name]
.If Composer is installed globally, run
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 setup traffic lights.
Read and edit config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application.