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