sambenne / laravel-string-diff
A laravel friendly wrapper around iamkate diff implementation.
1.0.2
2018-03-10 10:58 UTC
Requires
- illuminate/support: 5.*
This package is auto-updated.
Last update: 2024-10-15 22:29:47 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',