Book Image

Twilio Best Practices

Book Image

Twilio Best Practices

Overview of this book

Table of Contents (15 chapters)
Twilio Best Practices
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

And you're done!


You've now built a fully featured conferencing tool. You've not only gotten to grips with Twilio, but also learned how to improve the structure of your applications using Laravel, which is an MVC framework.

Here are some ideas for further enhancements:

  • Require a login to access the CRUD interface. You can do this using Laravel's built-in authentication (http://laravel.com/docs/4.2/security).

  • Allow callers to dial in using their browser with Twilio Client. Head back to Chapter 3, Calling in the Browser with Twilio Client for help on doing this.