spiritsaint/code-difference

A Laravel Nova field to view differences between two inputs.

Installs: 2 815

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 3

Language:Vue

dev-master 2022-04-08 01:53 UTC

This package is not auto-updated.

Last update: 2024-04-19 15:24:45 UTC


README

CodeDifference Field

The following field can be used to view differences between two inputs.

Usage

CodeDifference::make(__("Differences"), function() {
    return ["past" => $this->past, "next" => $this->next];
})->onlyOnDetail()

Dependencies

  • Vue Code Diff (vue-code-diff on npm)

Thanks!

License

This code is public and open-source using MIT License.