Git Product home page Git Product logo

video_meet_up_project's Introduction

This repo will allow you to create your own Laravel 7 video chat room.

If you're interested in actually creating this from scratch, a tutorial is available at twilio.com.

Installation

To install on your computer, run the following command in your terminal:

$ git clone [email protected]:themarcusbattle/laravel-video-conference-app.git

Install all dependencies:

$ cd laravel-video-conference-app && npm install && composer install

Create a new .env file.

$ cp .env.example .env

Update the database credentials and generate a new application key.

$ php artisan key:generate

Add your Twilio Credentials to the .env file. If you do not have a Twilio account, you can create a free one and receive $10 in credit.

You’ll need to copy the Account SID from your account dashboard. An API Key and API Secret will need to be created from your API Keys list.

TWILIO_ACCOUNT_SID="AC1e621d68b8aeba7616956d77914ca7ae"
TWILIO_API_KEY_SID="SK4626d0beb9807bad44ce8bbd325856c9"
TWILIO_API_KEY_SECRET="Ot4uKKO6Qwpt7RAOKJ9Zd5OdG0qP5XeQ"

Lastly, clear the Laravel cache to ensure that your dotenv variable are loaded:

$ php artisan config:clear

Start the application using the Laravel artisan command:

$ php artisan serve

Visit http://127.0.0.1:8000/ and test things out!

NOTE: You will only be able to use this in production under https.

Push to Production

If you would like to host this app on your own server, I highly recommend Amezmo, a dedicated PHP platform with automatic deployments. Fork this repo and deploy!

video_meet_up_project's People

Contributors

themarcusbattle avatar dependabot[bot] avatar wahajnintyeight avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.