Skip to content

route path #21

@galliroberto

Description

@galliroberto

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()),

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions