Closed ryanmitchell closed 3 months ago
This PR adds support for adding tags by dispatching an event, for example within a custom controller:
public function index() { \Thoughtco\StatamicCacheTracker\Events\TrackContentTags::dispatch(['additional::tag']); }
This PR adds support for adding tags by dispatching an event, for example within a custom controller: