Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattstauffer/pulledover

Pulled Over App
https://github.com/mattstauffer/pulledover

Last synced: 15 days ago
JSON representation

Pulled Over App

Awesome Lists containing this project

README

        

[ ![Codeship Status for mattstauffer/pulledover](https://codeship.com/projects/1d63a830-67a7-0133-fda6-7e77e7cef63b/status?branch=master)](https://codeship.com/projects/114109)

## 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](http://laravel.com/docs/5.1#installation))

### 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