Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 967 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 967 Bytes

logo.jpg

%E2%86%91_Deploy_to-Heroku-7056bf.svg doc-%20-green.svg

CSVDiff is a PHP library for dealing with file diff (more specifly CSV).

Installation

Use the package manager composer to run the demo app.

Usage

You can access a demo at Heroku.

OR

git clone https://github.com/Filmaluco/CSVDiff.git
cd CSVDiff
composer update
cp .env.example .env
php artisan key:generate
php artisan serve