mightyinthemidwest / craft-asset-tracker
A plugin that tracks asset usage throughout the CMS
Package info
github.com/mightyinthemidwest/craft-asset-tracker
Type:craft-plugin
pkg:composer/mightyinthemidwest/craft-asset-tracker
1.0.0-beta.0
2025-10-22 19:09 UTC
Requires
- php: >=8.2
- craftcms/cms: ^5.8.0
This package is auto-updated.
Last update: 2026-03-23 19:35:33 UTC
README
A plugin that tracks asset usage throughout the CMS
Requirements
This plugin requires Craft CMS 5.8.0 or later, and PHP 8.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Asset Tracker”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require mightyinthemidwest/craft-asset-tracker # tell Craft to install the plugin ./craft plugin/install asset-tracker