mortimer / i18n-helpers
Laravel package providing translation helpers for objects like exceptions, eloquent models and attributes
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mortimer/i18n-helpers
Requires
- php: ^8.1
- illuminate/support: >=6.0
- illuminate/translation: >=6.0
This package is auto-updated.
Last update: 2025-09-10 21:39:04 UTC
README
Laravel package providing translations and localizations helpers.
Copyright (C) 2023 Pascal Hurni <https://github.com/phurni>
Licensed under the MIT License.
Installation
Add the package to your composer file:
composer require mortimer/i18n-helpers
You may import examples of translation files in your app with:
artisan vendor:publish --provider='Mortimer\I18nHelpers\ServiceProvider'