daun/statamic-utils

A collection of utilities for use in Statamic projects

1.0.0 2024-12-15 13:00 UTC

This package is auto-updated.

Last update: 2024-12-15 13:05:03 UTC


README

A collection of utilities I use in Statamic projects.

Installation

Install the package via composer:

composer require daun/statamic-utils

Utilities

Control Panel

Translations

Ensure the existence of customized Create Entry buttons for all data types. Trows an exception if a collection or taxonomy is missing the required translation key.

\Daun\StatamicUtils\ControlPanel\Translations::ensureCreateButtonLabels();

License

MIT