Looking to hire Laravel developers? Try LaraJobs

laravel-db-sync maintained by mwi

Description
Sync remote database to local
Last update
2018/06/29 22:34 (dev-master)
License
Links
Downloads
4 337
Tags

Comments
comments powered by Disqus

Usage

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