Skip to content

terox/sf4-subscription-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published