This is Baseball League Application.
- PHP 7.0.0 or higher.
- PDO-MySQL PHP extension enabled.
- Symfony application requirements.
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.
Just use the PHP build-in web server.
$ php app/console server:start
This command will start a web server for application.
Copyright (c) 2016 SETA Keigou and contributors, All rights reserved.

