Clone this repository to your local machine with:
$ git clone https://github.com/idoqo/twilio-greeter
Next, change into the project directory:
$ cd twilio-greeter
and install the project dependencies with:
$ composer install
Now, run:
php artisan serve
and the application should be accessible at http://localhost:8000
.
This project is open-sourced software licensed under the MIT license.