Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 643 Bytes

Installation

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.

Resources

License

This project is open-sourced software licensed under the MIT license.