diff --git a/README.md b/README.md index 22449f7..7a1fc2e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ finally register the plugin on `/app/Providers/Filament/AdminPanelProvider.php` ```php ->plugin( \TomatoPHP\FilamentSettingsHub\FilamentSettingsHubPlugin::make() - ->allowLocationSettings() ->allowSiteSettings() ->allowSocialMenuSettings() ) @@ -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