Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/testing-examples-nanorocks/symfony-subscription

Boilerplate codebase for subscription system in symphony php
https://github.com/testing-examples-nanorocks/symfony-subscription

Last synced: 1 day ago
JSON representation

Boilerplate codebase for subscription system in symphony php

Awesome Lists containing this project

README

        

# symfony-subscription
Boilerplate codebase for subscription system in symphony php

Starting the app
- Install docker and docker-compose
- navigate to root of docker-compose file and run `docker-compose up -d`
- The command will create all containers for you app
- Open docker desktop and open by termilan the subscription container
- move `.env.example` to `.env`
- open localhost:54321 to create the database with name `app`
- in terminal run `php bin/console doctrine:migrations:migrate` for creating the tables
- continue developing ...