-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
is it possibile to change route, adding the prefix?
or maybe put a configurable base url or path per account to log in
FilamentDeveloperLoginsPlugin::make()
->enabled()
->users([
[
'name' => 'Pinco',
'email' => '[email protected]',
'path_login' => 'my-custom-path',
'redirect' => 'http://sfdgf'
],
[
'name' => 'Pallo',
'email' => '[email protected]',
'path_login' => 'my-custom-path'
'redirect' => 'http://hgkujthgk'
]
])
->enabled(app()->isLocal()),