Skip to content

Commit

Permalink
Merge branch 'main' into feature/next-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored Nov 19, 2023
2 parents 3b9f77d + 0536042 commit 8eac030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ composer require bezhansalleh/filament-language-switch
The plugin boots after installation automatically. For the plugin to work, provide an array of locales that your Panel(s) support to switch between them inside a service provider's `boot()` method. You can either create a new service provider or use the default `AppServiceProvider` as follow:

```php

...
use BezhanSalleh\FilamentLanguageSwitch\LanguageSwitch;

Expand Down

0 comments on commit 8eac030

Please sign in to comment.