SuperTux Addons Website

Jacob Burroughs 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
.idea 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
bin 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
config 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
plugins 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
src 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
tests 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
webroot 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
.editorconfig 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
.gitattributes 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
.gitignore 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
.htaccess 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
.travis.yml 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
README.md 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
composer.json 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
index.php 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
php 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos
phpunit.xml.dist 69f9bdcedd initial commit %!s(int64=8) %!d(string=hai) anos

README.md

CakePHP Application Skeleton

Build Status License

A skeleton for creating applications with CakePHP 3.x.

The framework source code can be found here: cakephp/cakephp.

Installation

  1. Download Composer or update composer self-update.
  2. Run 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.

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.