Download the PHP package mtolhuijs/laravel-database-synchronizer without Composer
On this page you can find all versions of the php package mtolhuijs/laravel-database-synchronizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mtolhuijs/laravel-database-synchronizer
More information about mtolhuijs/laravel-database-synchronizer
Files in mtolhuijs/laravel-database-synchronizer
Package laravel-database-synchronizer
Short Description Synchronize your production and development databases with a simple command
License MIT
Homepage https://github.com/mtolhuys/laravel-database-synchronizer
Informations about the package laravel-database-synchronizer
Laravel database synchronizer
Keep your production and development databases in sync
This package will completely synchronize the database specified as "from" and "to" in the config or through the command options.
Want to collaborate? Nice! Take a look at contributing.md to see a to do list.
Installation
Via Composer
Optionally you can run php artisan vendor:publish --provider mtolhuijs\LDS\DatabaseSynchronizerServiceProvider
which will create a config file in the root config folder to adjust the behavior of the package.
Usage
This package comes with 1 command:
php artisan db:sync
Synchronizes your "from" database with your "to" database
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Maarten Tolhuijs
- All Contributors
License
license. Please see the license file for more information.