State Bind
Setup Instructions
- Clone the Repo to your local machine
- Run
composer installin the terminal - Run
npm installin the terminal - Run
cp .env.example envin the terminal - 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
- Add Twilio Credentials to the env file
- Add Account SID
- Add API KEY
- Add API Secret
- Add Chat Service SID
- Run
php artisan key:generatein your terminal - Run
php artisan migratein your terminal - Run
php artisan servein your terminal - 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.
