lodeki
FastPaginator gives incompartibility issues.
I'm trying this https://filamentphp.com/community/danharrin-fast-table-pagination to use the fast-paginator in my tables and pages that have tables . However i keep on getting this error .Any help here would be appreciated.
3 replies
Select dropdown on importer.
I have a scenario of importing units which are tied to property.So in the importer i need to have a select dropdown whose options will be the properties that are in the db.I just can't wrap around having this as per the documentation.I would appreciate the help.
2 replies
Uploading Videos.
Hi, i'm trying to use the spatie media library plugin to upload videos in my app .However i get the failed to upload error. I did update the maximum file size in php.ini . Currently i don't have permission to post in the package channel .So i was requesting if any can guide me out .Thank you.
7 replies
spa() mode for a Response::download() streams the file rather than direct download.
I have this piece of code for a table action for user to download a sample template. When the button is clicked , the file is streamed on the browser rather than being downloaded. When i remove the , the file is downloaded successfully. Seems the issue is related to the wire:navigate that's added . Is there a way i can resolve this since i don't want to omit the ->spa() mode.Any idea ?
2 replies
Handling static fields in the ImportAction feature.
Hello , i have case where I want to import units for a particular block.The blocks are already in the db , is there a way to make a select in the importaction for blocks field and do something like
8 replies
Access referral code from the register url
Hi, I have this register link for a registration referral http://localhost:8000/register?referral_code=656e0c .I want to save the referral link when the user registers .I've tried to access the code using the $_GET['referral_code'] but i get Undefined array key .Any idea of what i'm missing? Thank you.
5 replies
Button click not working due to frequent updates
Hi , as in this video , that's the network tab.The button is to open a modal but on click it does not respond due to that frequent network requests.Any help or anything i'm missing ? LW 3.0.10 Filament 3.0.82 . Any idea here.
13 replies
Middleware redirect will never complete.
I have created a middlware that redirects user based on if they are verified like this . and this is my middleware list in the panel provider However i face this error on the browser Firefox has detected that the server is redirecting the request for this address in a way that will never complete.. Any idea why ? tried to clear the cookies , caches but still the same .Tried also on another browser but still no success .
8 replies
Modal blade component not opening on event dispatch.
Hello, I have the blade modal component as this inside a custom blade file placed inside the views/filament/mypanel. I have a method whose implementation is just dispatching the event name and the params passed .I'm trying to open the modal above inside this method like this . However the modal does not show up neither do i get any console errors. Testing with the in the blade component works just fine. Any help?Thank you.
9 replies