Skip to content

kseta/ITLeague

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITLeague

Scrutinizer Code Quality Code Coverage

This is Baseball League Application.

Requirements

Installation

This application using Composer.

$ composer install

This command will database create and migration.

$ php app/console doctrine:database:create
$ php app/console doctrine:migrations:migrate

If you need quick set up with sample data, try this.

$ php app/console hautelook_alice:doctrine:fixtures:load --purge-with-truncate.

Usage

Just use the PHP build-in web server.

$ php app/console server:start

This command will start a web server for application.

License

BSD-2-Clause

Copyright (c) 2016 SETA Keigou and contributors, All rights reserved.

About

IT League DEMO admin application for study.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors