ramclospapp
ramclospapp
FFilament
Created by ramclospapp on 7/11/2024 in #❓┊help
The right approach to a multi-user type
Hi, We built a project that currently has two panels: panel for admin and panel for users. In the "regular" users there are types, for example: suppliers and organizations. We want to present different pages to each type of user. What is the best way to separate them? Should I create a new panel for each type [for example, a panel for suppliers and a panel for organizations] or is there another more correct way?
8 replies
FFilament
Created by ramclospapp on 2/14/2024 in #❓┊help
relationManger nested
I'm building admin and user panel with filament. in admin panel i have a usersResource and relationManger that is name is "CampaignsRelationManager". in user panel i have a campaigns resource and relationManger that is name is "CampCouponRelationManager". i want to add CampCouponRelationManager to CampaignsRelationManager under the admin panel. Basically, it means to create a relationManger inside a relationManger
10 replies
FFilament
Created by ramclospapp on 2/9/2024 in #❓┊help
download the file with export action
I am trying to use "export action" to export a certain table to an excel file. I have three problems: 1. after click on the button, I receive a notification that the export has started but I do not receive a notification that it has finished. 2. In the export folder, I do see the file being exported but I did not understand where it is downloaded from. 3. What I want to happen is that the file is just downloaded to the user and that's it. No need to store it in storage. How can this be done?
3 replies
FFilament
Created by ramclospapp on 2/7/2024 in #❓┊help
Create multiple records when click createAction
I have a CampaignCouponsRelationManager to add a coupon under the campaign. i want that when the user clicks on "Create coupon", 100 coupons will be automatically created without opening the form in the modal. What is the recommended way to do this?
12 replies