stancl/tenancy-docs

Nova support broken in L8

Closed this issue · 0 comments

Hi,
I followed the steps to get it working with Nova. This worked in L7. But after L8 I'm doing the same and it's not working anymore. What to change in the routes?

Nova::routes(['tenant', 'universal'])
            ->withAuthenticationRoutes(['tenant', 'universal'])
            ->withPasswordResetRoutes(['tenant', 'universal'])
            ->register();