An open API service indexing awesome lists of open source software.

https://github.com/terox/sf4-subscription-example

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

symfony symfony-example-app

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

SubscriptionBundle Example Project (Symfony 4)
==============================================

This project is only an example of the implementation of [SubscriptionBundle](http://www.github.com/terox/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:

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

#### 2. Install project dependencies:
```sh
root@3ee8e902e63b:/var/www/application# composer install
```

#### 3. Create database:
```sh
root@3ee8e902e63b:/var/www/application# bin/console doctrine:schema:update --force
```

#### 3. Fill data with fixtures:
```sh
root@3ee8e902e63b:/var/www/application# bin/console doctrine:fixtures:load
```

#### 4. Test the bundle in your browser:

***http://localhost:8088***