F
Filament13mo ago
hxnnxs

Сhoosing a company after registration

Hello guys! How to implement the choice of a company after registering on the site?
No description
Solution:
you need to create a custom page that extends RegisterTenant
Jump to solution
3 Replies
hxnnxs
hxnnxsOP13mo ago
help pls
Solution
ingmontoya
ingmontoya13mo ago
you need to create a custom page that extends RegisterTenant
ingmontoya
ingmontoya13mo ago
then register it in your panel provider like this
->tenantRegistration(YourCustomClass::class)
->tenantRegistration(YourCustomClass::class)

Did you find this page helpful?