We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()),
The text was updated successfully, but these errors were encountered:
There is a option to set the redirect URL, https://github.com/DutchCodingCompany/filament-developer-logins?tab=readme-ov-file#redirectto.
At the moment its not possible to set a different redirect URL per user.
Sorry, something went wrong.
No branches or pull requests
is it possibile to change route, adding the prefix?
or maybe put a configurable base url or path per account to log in
The text was updated successfully, but these errors were encountered: