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.