mwi/laravel-db-sync

Sync remote database to local

v1.0.0 2018-06-29 20:34 UTC

This package is auto-updated.

Last update: 2024-05-14 02:59:07 UTC


README

This package allows you to sync your remote database to your local db for local dev purposes when trying to use live data.

Set Up

Add the following environment variables to your .env file ( LOCAL ONLY )

REMOTE_SYNC_URL=
REMOTE_SYNC_DB_NAME=
REMOTE_SYNC_SSH_USERNAME=
REMOTE_SYNC_SSH_PASSWORD=

Artisan Command

php aritsan mwi:db:sync