Step 3: Server Requirement and Coding Setup
Last updated
Last updated
// < LOCAL
// domainBackend: "http://127.0.0.1:8000",
// domainFrontend: "http://localhost:8082",
// > LOCAL# < LOCAL
# LIVE_SERVER=0
# FRONTEND_URL=http://localhost:8082
# APP_URL=http://127.0.0.1:8000
# DB_CONNECTION=mysql
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=mapmama-vue-laravel
# DB_USERNAME=root
# DB_PASSWORD=
# > LOCAL
```