Skip to content

jacobshenning/state-bind

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

State Bind

Demo Site Screenshot of Demo

Setup Instructions

  1. Clone the Repo to your local machine
  2. Run composer install in the terminal
  3. Run npm install in the terminal
  4. Run cp .env.example env in the terminal
  5. Add your mysql Credentials to the .env file in the project root
    • Open the project in your editor
    • Add database host, username, password, and port
  6. Add Twilio Credentials to the env file
    • Add Account SID
    • Add API KEY
    • Add API Secret
    • Add Chat Service SID
  7. Run php artisan key:generate in your terminal
  8. Run php artisan migrate in your terminal
  9. Run php artisan serve in your terminal
  10. Click this link

Connect Database

You can use any mysql for this. I use a brew mysql installation, but if you don't have a MySQL base up and running, I suggest you download MAMP.

Twilio Credentials

You'll need to your twilio credentials to the env file.