Download the PHP package pixelpeter/filament-language-tabs without Composer
On this page you can find all versions of the php package pixelpeter/filament-language-tabs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pixelpeter/filament-language-tabs
More information about pixelpeter/filament-language-tabs
Files in pixelpeter/filament-language-tabs
Package filament-language-tabs
Short Description Group multilingual fields into tabs
License MIT
Homepage https://github.com/pixelpeter/filament-language-tabs
Informations about the package filament-language-tabs
Group multilingual fields into tabs
This package is a Filament plugin that allows you to group multilingual fields into tabs
Installation
You can install the package via composer:
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Prerequisites
Install spatie-translatable
Make the model for translations
Setup & configuration
Add the LanguageTabs component to your Filament resource
Configure which languages to add to the tabs
Configure for which languages a field is required
If a field is defined as required
it will only be set as required for the languages configure as required_locals
The headline
is not (marked as) required for French language
Testing
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
- pixelpeter
- Thanks to ralphjsmit for the inspiration of creating a TestableForm to help with testing this component
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-language-tabs with dependencies
filament/filament Version ^3.0
laravel/framework Version 11.*|12.*
spatie/laravel-package-tools Version ^1.13.5