Skip to content

Commit

Permalink
Added cluster config to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Oct 11, 2024
1 parent 82005f7 commit 0790a2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ Disable registering the translation manager navigation on certain panel IDs. The
],
```

### Adding to cluster
Example of adding the translation manager to a cluster:
```php
// config/translation-manager.php
[
// ...Other config
'cluster' => \App\Filament\Clusters\Products::class,
]
```

## Usage

Once installed, the Translation Manager can be accessed via the Filament sidebar menu. Simply click on the "Translation Manager" link to access the translation management screen.
Expand Down

0 comments on commit 0790a2b

Please sign in to comment.