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