Skip to content

xavier83ar/cakephp-testapp

Repository files navigation

CakePHP Testing Application

A cakephp test application. CakePHP 3.x.

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

Installation

  1. Download Composer or update composer self-update.
  2. Clone/download this repo
  3. Run php composer.phar install. If Composer is installed globally, run
composer install
  1. Create the database, to do so run:
bin/cake migrations migrate
  1. 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.

Configuration

The app has a SQLite database built-in, using default configuration should be enough.

About

A cakephp test app for testing and reproducing bugs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages