Download the PHP package apility/filament-localizable-resources without Composer
On this page you can find all versions of the php package apility/filament-localizable-resources. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download apility/filament-localizable-resources
More information about apility/filament-localizable-resources
Files in apility/filament-localizable-resources
Package filament-localizable-resources
Short Description This package provides a re-usable trait for Filament Resources which adds support for localizing the resource labels.
License MIT
Homepage https://github.com/apility/filament-localizable-resources
Informations about the package filament-localizable-resources
Filament Localizable Resources
This package provides a re-usable trait for Filament Resources which adds support for localizing the resource labels.
Installation
You can install the package via composer:
Usage
The trait modifies the default methods for retrieving the resource labels to use the __()
helper function to translate the labels.
It will look for the translation key in the following format:
lang/<locale>
/resources.php
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-localizable-resources with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0
illuminate/support Version ^10.0