Skip to content

Commit

Permalink
drop site settings
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Nov 27, 2024
1 parent 8812e12 commit e17dadf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ finally register the plugin on `/app/Providers/Filament/AdminPanelProvider.php`
```php
->plugin(
\TomatoPHP\FilamentSettingsHub\FilamentSettingsHubPlugin::make()
->allowLocationSettings()
->allowSiteSettings()
->allowSocialMenuSettings()
)
Expand Down Expand Up @@ -68,14 +67,6 @@ FilamentSettingsHub::register([

and now you can see your settings on the setting hub page.

we have a ready to use helper for currency settings

```php
dollar($amount)
```

it will return the money amount with the currency symbol

## Allow Shield

to allow [filament-shield](https://github.com/bezhanSalleh/filament-shield) for the settings please install it and config it first then you can use this method
Expand Down

0 comments on commit e17dadf

Please sign in to comment.