terox / sf4-subscription-example

πŸš€ Test the https://github.com/terox/SubscriptionBundle in a SF4 application sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SubscriptionBundle Example Project (Symfony 4)

This project is only an example of the implementation of SubscriptionBundle.

Screenshot

Requeriments

  • Docker (to start the development environment).

Start to test:

Start the development environment

$ docker-compose up

Wait some minutes until the environment is downloaded and compiled.

1. Enter into container:

$ docker exec -ti terox.sf4.subscription-example.php /bin/bash

2. Install project dependencies:

root@3ee8e902e63b:/var/www/application# composer install

3. Create database:

root@3ee8e902e63b:/var/www/application# bin/console doctrine:schema:update --force

3. Fill data with fixtures:

root@3ee8e902e63b:/var/www/application# bin/console doctrine:fixtures:load

4. Test the bundle in your browser:

http://localhost:8088

About

πŸš€ Test the https://github.com/terox/SubscriptionBundle in a SF4 application sandbox


Languages

Language:PHP 80.8%Language:HTML 19.2%