F
Filament3mo ago
dasK_

Replacing Login Route with Jetstream

Has anyone had any luck with overriding the /admin/login route with just the /login route from Jetstream? There's no class I could find that I could change the ->login() to in adminPanelProvider, I tried setting the login class in config/filament.php to 'auth' => [ 'pages' => [ 'login' => [\Laravel\Fortify\Http\Controllers\AuthenticatedSessionController::class, 'create'], ], ], but no luck..
Solution:
You can just ommit the login() on our admin panel provider.
Jump to solution
2 Replies
Solution
arne_becker
arne_becker3mo ago
You can just ommit the login() on our admin panel provider.
dasK_
dasK_3mo ago
I tried that yesterday, didn't work.. have been developing in docker and octane, for whatever reason I had my app\providers folder excluded from the mount and had to rebuild. Thank you!
Want results from more Discord servers?
Add your server
More Posts
No build-in Excel Import?Hi, I was wondering why the build-in Export action can export Excel files. But the Import action canadd another table form in the another formin another table i have ``` Tables\Actions\Action::make('editOtherModel') ->labeSelect or Create in attach modal freezes (no scroll)When in RealitionManager choose attach and in select there is no wanted record, choose create witchAfter updating to Laravel 11, the confirmation email and the password reset stopped being sentHello. After updating to Laravel 11, the confirmation email and the password reset stopped being seHow can I get the $event->id clicked in the calendar?I want to upload files according to $event->id, but I can't move forward. https://github.com/saade/fTextColumn get relationship recordIs it possible to get the $record of the relationship of a resource when creating a TextColumn like Is there anyway we can specify how many rows a widget takes? (or group widgets to apply grid)So I'm making a page with 3 widgets, as you can see in the picture. Here I want both column charts tTable Filters DatePicker native(false) errorWhen using DatePicker in Table Filters with native(false), in console returns error: ```` Alpine ExHow can I create a Modal form in FullCalendar that opens when I click on the event?When I click on this event, I want to open a modal form and upload a file. What path should I followValue object castingI'm using an eloquent model with value object casting (address object containing street, city .. fie