Unlock Multilingual Support with Filament Language Switcher
|

Unlock Multilingual Support with Filament Language Switcher

In this article, we are exploring the Multilingual support with filament admin panel. Laravel Language Before diving into filament language and language switch, lets dive on how actually localization works on laravel. For that, we have 2 ways. Store in File So, the first option is to store the translation string in lang directory. If…

Display custom infolist dynamically in laravel filament
|

Display custom infolist dynamically in laravel filament

In this article, we are going to explore how can we show infolist dynamically in laravel filament. Click here to check the visual representation of what we are going to create. Create a custom page So, the first step is to create a custom page using the following command: Implement HasForms, Hastables Since, we are…