Using Twilio, allow users to call a phone number and leave a voicemail; resulting audio will be texted to them and friends.
Same requirements as any Laravel site. (see docs)
- Clone the repository
$ cp .env.example .env
and then fill out the appropriate values in.env
$ composer install
$ php artisan migrate
- Serve from the
public
directory