A cakephp test application. CakePHP 3.x.
The framework source code can be found here: cakephp/cakephp.
- Download Composer or update
composer self-update
. - Clone/download this repo
- Run
php composer.phar install
. If Composer is installed globally, run
composer install
- Create the database, to do so run:
bin/cake migrations migrate
- Run the app
bin/cake server
You should now be able to visit the path to where you installed the app and see the default home page.
The app has a SQLite database built-in, using default configuration should be enough.