A sync engine integration

0.2.0 2018-11-07 13:45 UTC

This package is not auto-updated.

Last update: 2024-05-03 19:46:15 UTC


README

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status

Packagist Packagist Packagist

Package description: CHANGE ME

Installation

Install via composer

composer require usedesk/sync-engine-integration

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.

Add service provider to config/app.php in providers section

Usedesk\SyncIntegration\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section

Usedesk\SyncIntegration\Facades\SyncEngineIntegration::class,

Publish Configuration File

php artisan vendor:publish --provider="Usedesk\SyncIntegration\ServiceProvider" --tag="config"

Usage

CHANGE ME

Security

If you discover any security related issues, please email sourinjir@gmail.com instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.