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