blankse/bettinggamebundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This bundle provides a betting game for your sport club website.

dev-master 2015-07-26 01:41 UTC

This package is auto-updated.

Last update: 2022-11-17 10:21:18 UTC


README

This bundle provides a betting game for your sport club website.
It extends the eZ Publish CMS to a backend tab. Here you can manage the betting game.

It is very early status of the bundle. There are content types for the frontend planned.

Functionality

...

How to install

1. Add to composer

$ composer require blankse/bettinggamebundle

2. Add bundle to kernel (ezpublish/EzPublishKernel.php)

new Blankse\BettingGameBundle\BettingGameBundle(),

3. Updating database schema

$ php ezpublish/console doctrine:schema:update --force