A companion Symfony project for our blog post on integrating Twilio and Stripe.
Install dependencies:
composer install
Create the database, setup the schema, and load the fixtures:
php app/console doctrine:database:create --if-not-exists
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
Start the server:
php app/console server:run
Use ngrok to tunnel to the server:
ngrok http 8000
You can now log in with the username and password test
at http://xxxxxxxx.ngrok.io/login
- Clean Blog template provided by David Miller.
Codevate is a specialist UK mobile app development company that builds cloud-connected software. This repository was created for a blog post about a custom web application development project and was written by Chris Lush.