daniik
daniik
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
Thanks, but it is a bit different use-case. I'm just doing a registration page for different model then User..maybe I will just override handleRegistration() and Register.php
14 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
I'm trying to keep this page outside the panel, it was just debugging ideas.
14 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
And as I said earlier when I register RegistrationRequestPage::class into AdminPanelProvider .. ->pages() it works, but panel load failed after login
14 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
Yes I have this in my web.php
Route::get('registration-request', RegistrationRequestPage::class)->name('registration-request');
Route::get('registration-request', RegistrationRequestPage::class)->name('registration-request');
It's even weirder than it seems, I completely forgot to write that it loads the page, loads the form and everything is fine, I get the error only when I try to submit the form or after some time..that means that it's not looking for the component as the view but the component as the class.
14 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
I was thinking about something like..login and registration page has be somewhere registered as well. Cause they works, but can't find where or if they really are.
14 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
14 replies
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
I made my own SimplePage.
class RegistrationRequestPage extends SimplePage implements HasForms
class RegistrationRequestPage extends SimplePage implements HasForms
It is customized copy of Login or Register.
14 replies
FFilament
Created by zsnake on 6/1/2024 in #❓┊help
Unable to find component: [app.filament.pages.auth.custom-login]
@zsnake Did you resolve it?
5 replies
FFilament
Created by matin rajabi on 3/12/2024 in #❓┊help
SelectTree plugin filament - Trait "Filament\Forms\Components\Concerns\HasPivotData" not found
@matin rajabi Have you solve it?
3 replies