Jacob Burroughs 69f9bdcedd initial commit | před 8 roky | |
---|---|---|
.idea | před 8 roky | |
bin | před 8 roky | |
config | před 8 roky | |
plugins | před 8 roky | |
src | před 8 roky | |
tests | před 8 roky | |
webroot | před 8 roky | |
.editorconfig | před 8 roky | |
.gitattributes | před 8 roky | |
.gitignore | před 8 roky | |
.htaccess | před 8 roky | |
.travis.yml | před 8 roky | |
README.md | před 8 roky | |
composer.json | před 8 roky | |
index.php | před 8 roky | |
php | před 8 roky | |
phpunit.xml.dist | před 8 roky |
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.