Download the PHP package tomatophp/filament-language-switcher without Composer
On this page you can find all versions of the php package tomatophp/filament-language-switcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-language-switcher
More information about tomatophp/filament-language-switcher
Files in tomatophp/filament-language-switcher
Package filament-language-switcher
Short Description Switch between languages on your app using user base column on database
License MIT
Informations about the package filament-language-switcher
Filament Language Switcher
Switch between languages on your app using user base column on database
Screenshots
Installation
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
now on your User.php
model or any user model add this trait
now you must see the switcher and you can change language as you like
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Testing
if you like to run PEST
testing just use this command
Code Style
if you like to fix the code style just use this command
PHPStan
if you like to check the code by PHPStan
just use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-language-switcher with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^4.0-beta
livewire/livewire Version ^3.6