beyondcode / laravel-visual-diff

Create visual diffs in your Laravel application tests.
MIT License
163 stars 24 forks source link

is it possible to use it without tests ? #2

Closed ctf0 closed 6 years ago

ctf0 commented 6 years ago

i was thinking of having something similar to NodeBB

demo

so the usage is something like

VisDiff::urls(['example.com/rev1','example.com/rev2'])->getDiff();

and you would get an image with the difference with green/red box around the diff.

the main idea is to aid users how use packages like https://github.com/ctf0/Odin to have a better picture of what was changed