Jacob Burroughs 69f9bdcedd initial commit | %!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.idea | %!s(int64=8) %!d(string=hai) anos | |
bin | %!s(int64=8) %!d(string=hai) anos | |
config | %!s(int64=8) %!d(string=hai) anos | |
plugins | %!s(int64=8) %!d(string=hai) anos | |
src | %!s(int64=8) %!d(string=hai) anos | |
tests | %!s(int64=8) %!d(string=hai) anos | |
webroot | %!s(int64=8) %!d(string=hai) anos | |
.editorconfig | %!s(int64=8) %!d(string=hai) anos | |
.gitattributes | %!s(int64=8) %!d(string=hai) anos | |
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
.htaccess | %!s(int64=8) %!d(string=hai) anos | |
.travis.yml | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
composer.json | %!s(int64=8) %!d(string=hai) anos | |
index.php | %!s(int64=8) %!d(string=hai) anos | |
php | %!s(int64=8) %!d(string=hai) anos | |
phpunit.xml.dist | %!s(int64=8) %!d(string=hai) anos |
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.