rapidez/composer-template-diff-plugin

Composer plugin for template override hash synchronization

Maintainers

Package info

github.com/rapidez/composer-template-diff-plugin

Type:composer-plugin

pkg:composer/rapidez/composer-template-diff-plugin

Transparency log

Statistics

Installs: 648

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-07-14 12:25 UTC

This package is auto-updated.

Last update: 2026-07-14 12:27:26 UTC


README

This composer plugin will create hashes of the original template in published templates after a composer update. This way you have a clear indication that a template you have overwritten has been changed.

It will add a {{-- vendor-hash:VENDOR_FILE_MD5_HASH --}} comment to the top of your blade files.

It will use the views publishables for this so make sure your views are publishable under the views tag.

Installation

composer require (--dev) rapidez/composer-template-diff-plugin

License

GNU General Public License v3. Please see License File for more information.