Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 496 Bytes

2_installation.md

File metadata and controls

21 lines (14 loc) · 496 Bytes

Installation

To get started, use Composer to add the package to your project's dependencies:

composer require awssat/laravel-sync-migration

Before Laravel 5.5

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 >