Skip to content

A companion project for our blog posts on integrating Twilio and Stripe in a Symfony project.

Notifications You must be signed in to change notification settings

Codevate/blog-twilio-stripe-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Premium Blog

A companion Symfony project for our blog post on integrating Twilio and Stripe.

Example Screenshot

Getting started

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

Credits

About Codevate

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.