To get started, use Composer to add the package to your project's dependencies:
composer require awssat/laravel-sync-migration
In Laravel 5.4. you'll manually need to register the Awssat\SyncMigration\SyncMigrationServiceProvider::class
service provider in config/app.php
.
Prev: < Introduction
Next: Quick start >