Skip to content

Kennyking100/laravel-twilio

 
 

Repository files navigation

Installation

  • Clone this repository git clone https://github.com/myonaingwinn/laravel-twilio.git.
  • Run composer install.
  • Run cd frontend && npm install.

Configuration

Backend

  • Run cp .env.example .env && php artisan key:generate.
  • Enter your twilio account info in that .env file.

Frontend

  • Run cd frontend && cp .env.example .env.
  • Enter Backend's BaseURL in that .env file. For example, REACT_APP_BASE_URL=http://localhost:8000/api/v1

Run

  • Frontend - cd frontend && npm start.
  • Backend - php artisan serve.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.9%
  • JavaScript 27.1%
  • Blade 11.2%
  • CSS 1.1%
  • HTML 1.1%
  • Shell 0.6%