Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/testing-examples-nanorocks/symfony-subscription
- Owner: testing-examples-nanorocks
- Created: 2023-01-22T20:31:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T00:28:02.000Z (almost 2 years ago)
- Last Synced: 2023-10-06T00:10:11.297Z (over 1 year ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# symfony-subscription
Boilerplate codebase for subscription system in symphony phpStarting 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 ...