Download the PHP package laravel-enso/dbsyncmigrations without Composer
On this page you can find all versions of the php package laravel-enso/dbsyncmigrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dbsyncmigrations
DB Sync Migrations
Database synchronization migrations-generator for Laravel.
Features
Adds the ability to easily sync your model's DB states between development and production, by:
- generating migrations for the models you choose, and then by
- running the generated migrations on your other systems (staging/live/etc.)
Installation Steps
-
Publish the configuration file
- Add the
DbSyncMigrations
trait to models you want migrations for
NOTE You may globally disable the migration creation by editing the config/enso/dbsync.php
config file and setting the dbsync
flag to false
Publishes
php artisan vendor:publish --tag=dbsync-config
- configuration filephp artisan vendor:publish --tag=enso-config
- a common alias for when wanting to update the config, once a newer version is released
Notes
The Laravel Enso Core package comes with this package included.
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
All versions of dbsyncmigrations with dependencies
PHP Build Version
Package Version
The package laravel-enso/dbsyncmigrations contains the following files
Loading the files please wait ....