- git clone
cd Chatbots && composer install
cp .env.example .env
- Setup the Database with correct values:
DB_DATABASE=chatbots
DB_USERNAME=sail
DB_PASSWORD=password
- Set app name:
APP_NAME=Chatbots
- Add this to the end:
WWWGROUP=1000
WWWUSER=1000
./bin/vendor/sail up -d
./bin/vendor/sail artisan key:generate
npm install
npm run dev