Skip to content

LBDistrictScouts/DistrictLeaders

Repository files navigation

CakePHP Application Skeleton

This is a web application for use with District Leaders.

Master Branch

GitHub CI codecov Maintainability Minimum PHP Version

Development Branch

GitHub CI codecov

Development Installation

If Composer is installed globally, run

composer install

View development server:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

Testing etc

  • Test
composer test
  • Code Standards Check
composer cs-check