rgasch / filament-extended-starter-kit

73 stars 9 forks source link

How to disable registration page? #4

Closed socbaysky closed 1 year ago

socbaysky commented 1 year ago

How to disable registration page?

rgasch commented 1 year ago

Try setting the enable_registration field to false in config/filament-breezy.php. So:

enable_registration => false

Please report back to confirm that this works.

socbaysky commented 1 year ago

Try setting the _enableregistration field to false in config/filament-breezy.php. So:

enable_registration => false

Please report back to confirm that this works.

i tried and working 👍