Barbaracrlp
Barbaracrlp
FFilament
Created by Barbaracrlp on 6/7/2024 in #❓┊help
Redirect non-authorized users.
okay, I'll try ,thanks a lot
4 replies
FFilament
Created by Barbaracrlp on 5/30/2024 in #❓┊help
widgetTable query
okay,thanks a lot
6 replies
FFilament
Created by Barbaracrlp on 5/30/2024 in #❓┊help
Filter Indicator : Color
Perfect Thanks a lot 🙂
6 replies
FFilament
Created by Barbaracrlp on 5/27/2024 in #❓┊help
Form Validation inside Action
That's it, in the Table Actions does not works but in normal Filament Actions it does. don't know why
14 replies
FFilament
Created by Barbaracrlp on 5/27/2024 in #❓┊help
Form Validation inside Action
which import of Actions are you using? I'm using Tables\Actions\DeleteAction
14 replies
FFilament
Created by Barbaracrlp on 5/27/2024 in #❓┊help
Form Validation inside Action
still nothing , it justs stops charging and that's it
14 replies
FFilament
Created by Barbaracrlp on 5/27/2024 in #❓┊help
Form Validation inside Action
I've tried it but the ValidationException is not showing anything. It justs does nothing if the secretcode is wrong
14 replies
FFilament
Created by Barbaracrlp on 5/27/2024 in #❓┊help
Form Validation inside Action
Looks good, Bu in the end I used the form of the actions, then a new Blade, and rewrite the action() But thanks a lot
14 replies
FFilament
Created by Barbaracrlp on 5/23/2024 in #❓┊help
filterCollapsible open by default
Okay,thanks a lot. Just wondering if it could be done
7 replies
FFilament
Created by Barbaracrlp on 5/23/2024 in #❓┊help
filterCollapsible open by default
I want it to be collapsible, but qhen you enter the page is open, just if the user wants to hide it, it will collapse. I found AboveContentcollapsible and it is the one I want I just need it to appear open by default
7 replies
FFilament
Created by Barbaracrlp on 5/13/2024 in #❓┊help
PAGE_START hook not working.
yes I tried but it didn't change the layout the way I wanted. I need to change the whole layout.If I use BODY_START and END i get the result that I want. but this hooks can't be scope to my login right?
4 replies
FFilament
Created by Barbaracrlp on 5/9/2024 in #❓┊help
MEthod Post in my Login Blade
it works, the problem with using page.simple is that I got now two headings.But I'll figure how to hide one.
11 replies
FFilament
Created by Barbaracrlp on 5/9/2024 in #❓┊help
MEthod Post in my Login Blade
I'm going to try that .
11 replies
FFilament
Created by Barbaracrlp on 5/9/2024 in #❓┊help
MEthod Post in my Login Blade
yes, when Trying to submit, but only in the blade I created, in the default one it works
11 replies
FFilament
Created by Barbaracrlp on 5/9/2024 in #❓┊help
MEthod Post in my Login Blade
can't show all of it though if (!$user || !self::verificaContraseña($contraseña, $password)) { $this->throwFailureValidationException(); } // Optionally, you can perform additional checks or actions here if needed if ( ($user instanceof FilamentUser) && (! $user->canAccessPanel(Filament::getCurrentPanel())) ) { Notification::make() ->title('Acceso denegado') ->danger() ->icon('heroicon-o-document-heroicon-o-document-text') ->send(); Filament::auth()->logout(); error_log('no entra por el acceso'); $this->throwFailureValidationException(); } $usuario = Filament::auth()->login($user,false); // If authentication is successful, regenerate the session session()->regenerate(); return app(LoginResponse::class); }
11 replies
FFilament
Created by Barbaracrlp on 5/9/2024 in #❓┊help
MEthod Post in my Login Blade
sorry but it was too long to write it, the login logic is okay cause if I don't change the view it works,I think I'm missing something in my blade. but i'll send it anyways
11 replies
FFilament
Created by Barbaracrlp on 5/7/2024 in #❓┊help
login new view not found.
Perfect,thanks
9 replies
FFilament
Created by Barbaracrlp on 5/7/2024 in #❓┊help
login new view not found.
it already looks into views folder?
9 replies
FFilament
Created by Barbaracrlp on 5/7/2024 in #❓┊help
login new view not found.
no, I have resources/views/loginCustom.blade.php , so it should be 'resources/views/logincustom'?
9 replies
FFilament
Created by Barbaracrlp on 5/7/2024 in #❓┊help
Customize Calendar from DatePicker
perfect,thanks
7 replies