Jacob Burroughs 69f9bdcedd initial commit | пре 8 година | |
---|---|---|
.idea | пре 8 година | |
bin | пре 8 година | |
config | пре 8 година | |
plugins | пре 8 година | |
src | пре 8 година | |
tests | пре 8 година | |
webroot | пре 8 година | |
.editorconfig | пре 8 година | |
.gitattributes | пре 8 година | |
.gitignore | пре 8 година | |
.htaccess | пре 8 година | |
.travis.yml | пре 8 година | |
README.md | пре 8 година | |
composer.json | пре 8 година | |
index.php | пре 8 година | |
php | пре 8 година | |
phpunit.xml.dist | пре 8 година |
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.