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
- Host: GitHub
- URL: https://github.com/terox/sf4-subscription-example
- Owner: terox
- Created: 2018-01-08T22:14:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T20:40:50.000Z (over 7 years ago)
- Last Synced: 2025-01-21T10:51:17.947Z (4 months ago)
- Topics: symfony, symfony-example-app
- Language: PHP
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
## 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***