Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

🚀 Test the https://github.com/terox/SubscriptionBundle in a SF4 application sandbox

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages