sambenne/laravel-string-diff

A laravel friendly wrapper around iamkate diff implementation.

1.0.2 2018-03-10 10:58 UTC

This package is auto-updated.

Last update: 2024-09-15 22:19:13 UTC


README

Installation

Require this package in your composer.json and update composer. Run/add either of the below two commands

"sambenne/laravel-string-diff": "dev-master"

or

composer require sambenne/laravel-string-diff=dev-master

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

'SamBenne\LaravelStringDiff\Providers\StringDiffServiceProvider',

How to use