ianclemence
ianclemence
FFilament
Created by ianclemence on 1/25/2024 in #❓┊help
Filament CSS not loading in NGROK
Hello everyone, I'm currently facing an issue with my filament project when accessing it via NGROK – the CSS doesn't seem to be loading properly. Only the basic styling loads. Any suggestions on how to resolve it would be greatly appreciated. Thanks in advance!
6 replies
FFilament
Created by ianclemence on 1/18/2024 in #❓┊help
Calculating Total Price from Repeater Data
No description
13 replies
FFilament
Created by ianclemence on 11/14/2023 in #❓┊help
Unable to access filament
I just installed Filament in my project and whenever I try to access the admin panel, I get a blank page. So I decided to check the logs and I found this error: local.ERROR: Illuminate\Cookie\Middleware\EncryptCookies::encrypt(): Argument #1 ($response) must be of type Symfony\Component\HttpFoundation\Response, null given, called in D:\laragon\www\Idea-Voting\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php on line 67 {"exception":"[object] (TypeError(code: 0): Illuminate\\Cookie\\Middleware\\EncryptCookies::encrypt(): Argument #1 ($response) must be of type Symfony\\Component\\HttpFoundation\\Response, null given, called in D:\\laragon\\www\\Idea-Voting\\vendor\\laravel\\framework\\src\\Illuminate\\Cookie\\Middleware\\EncryptCookies.php on line 67 at D:\\laragon\\www\\Idea-Voting\\vendor\\laravel\\framework\\src\\Illuminate\\Cookie\\Middleware\\EncryptCookies.php:170) What might be the issue?
9 replies
FFilament
Created by ianclemence on 10/27/2023 in #❓┊help
Redirect customer to home page after they login or logout
I have three panels in my app: Admin, Vendor and Customer(default). All three panels use filament's authentication features. In the customer's panel provider, I have added the path to be empty: $panel->path(' '). I want when a customer logs in to the system through Filament's login page, they should be redirected to the homepage and not the panel's dashboard. The customers can still visit the filament dashboard through the /dashboard. How can I achieve this functionality? Has anyone tried something similar before?
10 replies
FFilament
Created by ianclemence on 10/26/2023 in #❓┊help
Multi-Method User Authentication
I'm in the process of upgrading an app to Filament and I've encountered a challenge. In the current app, users can log in using either their email or username, and we also have other verification methods in place. I'm a bit confused about how to achieve this same functionality within Filament. Has anyone here successfully implemented multi-method user authentication in Filament, and if so, could you kindly share some guidance or tips to point me in the right direction? Thanks
2 replies
FFilament
Created by ianclemence on 9/15/2023 in #❓┊help
Is it possible to add an icon to the modal submit action?
I want to add an icon next to the modal submit action label. Anyone who has successfully tried implementing this?
2 replies
FFilament
Created by ianclemence on 9/7/2023 in #❓┊help
Issue with Loading Custom Assets in Filament Modal
No description
1 replies
FFilament
Created by ianclemence on 9/4/2023 in #❓┊help
Triggering Filament Action from Livewire Form Submission
No description
12 replies
FFilament
Created by ianclemence on 9/1/2023 in #❓┊help
CSS issue on DatePicker
No description
5 replies
FFilament
Created by ianclemence on 8/25/2023 in #❓┊help
Error while upgrading from v2 to v3
No description
12 replies
FFilament
Created by ianclemence on 8/16/2023 in #❓┊help
Role assignment issue when creating and updating users
4 replies
FFilament
Created by ianclemence on 8/1/2023 in #❓┊help
Problem After Upgrading to V3
When I finally upgrade my app to v3 and open it in the browser, I get an error 'Class "Filament\PanelProvider" not found'. How do I fix this?
8 replies
FFilament
Created by ianclemence on 7/5/2023 in #❓┊help
Rendering Filament markdown text on custom page
I'm working on a custom page in Filament and I'm trying to render markdown text in a way that mimics the appearance of the "view" action for a resource. I have attempted using the Spatie Laravel Markdown package, but unfortunately, it hasn't provided me with the desired outcome. The markdown text doesn't display as expected. Could someone please assist me in understanding the best approach to render Filament markdown text on a custom page? I'm aiming for the same styling and formatting that can be seen in the default "view" action for resources. Thank you in advance for your help and insights.
4 replies
FFilament
Created by ianclemence on 6/30/2023 in #❓┊help
Retrieving course and stream names in pivot table for AttachAction in Filament
2 replies
FFilament
Created by ianclemence on 4/12/2023 in #❓┊help
How to prevent passing invalid record ID to custom resource page URL in Filament?
Hi everyone, I have a custom page in Filament that lists exams and quizzes, and a custom resource page for quizzes where the user can take the quiz. However, whenever I pass a $record to the URL of the custom resource page that does not exist in the database, the page still loads, which should not be the case. Can someone please advise on how I can ensure that the custom resource page only loads if the $record exists in the database? Thank you.
7 replies
FFilament
Created by ianclemence on 3/16/2023 in #❓┊help
How to store data of a nested repeater field with relationships?
9 replies
FFilament
Created by ianclemence on 3/12/2023 in #❓┊help
Update Table Data from Form Select Options
Hello everyone, I'm working on a school attendance application using Filament, and I'm having trouble figuring out how to update table data from form select options. Specifically, I need to create a form that allows the user to select a class and a stream, and then generates a table containing the students in that particular stream. The user should then be able to mark each student as present or absent, and submit the attendance data to update the table. I'm having trouble understanding how to set up the getTableQuery() function in Filament to retrieve the students from the database based on the selected class and stream, and how to update the attendance data in the table once it has been submitted. Any suggestions or guidance on how to achieve this functionality would be greatly appreciated. Thank you in advance for your help!
16 replies