Add a locale as a url parameter on a panel
- Published: 25 Mar 2024 Updated: 04 May 2024
add locale parameter to all of your filament panel
create a Middleware and register it in filament panel middleware()
1URL::defaults(['local' => 'en']);
then in your panel provider:
1->path('{local}/admin')
Related Tricks:
This time-saving starter kit provides a Laravel project with FilamentPHP already installed and configured, so you can dive straight into building without any of the initial setup headaches.
make all Field or any components translatable
Usability: Knowing whether or not the record was saved.
how to make actions sticky in tables when you have a lot of columns
add any link or actions to the topbar