/pulledover

Pulled Over App

Primary LanguageJavaScriptMIT LicenseMIT

Codeship Status for mattstauffer/pulledover

Pulled Over

http://pulledover.us

Using Twilio, allow users to call a phone number and leave a voicemail; resulting audio will be texted to them and friends.

Requirements

Same requirements as any Laravel site. (see docs)

Installation

  1. Clone the repository
  2. $ cp .env.example .env and then fill out the appropriate values in .env
  3. $ composer install
  4. $ php artisan migrate
  5. Serve from the public directory