NeerGreeN
NeerGreeN
FFilament
Created by NeerGreeN on 3/4/2024 in #❓┊help
filament PWA is possible?
Hello everyone! I wanted to know if it's possible to turn a filament project into a PWA. Thanks a lot to everyone.
13 replies
FFilament
Created by NeerGreeN on 2/10/2024 in #❓┊help
export excel query
Hello everyone, I have installed the Excel Export plugin by Dennis Koch. It works fine within resources, but when applied to a page created with the ManageRelatedRecords command, the export query is incorrect. For example, I have the resource "editions" and the page "calendars", with the following relationships set:
9 replies
FFilament
Created by NeerGreeN on 2/1/2024 in #❓┊help
Email Verification
Hello everyone, I've set up emailVerification() in my AdminPanelProvider. How can I send a verification request email upon creating a new user using the UserResource? Thanks a lot, everyone!
13 replies
FFilament
Created by NeerGreeN on 1/2/2024 in #❓┊help
Resource sub-navigation in a modal
Hello everyone, is it possible to use Resource sub-navigation in a modal?
14 replies
FFilament
Created by NeerGreeN on 12/29/2023 in #❓┊help
beforeSave()
Hello everyone, I am trying to modify the data on the EditStudent page before saving it to the database. Upon saving, I have set the redirect to the list page. I am using the beforeSave() method, and as soon as I click the save button in the form, the values change correctly, but then they are not saved to the database. What am I doing wrong? Thank you very much.
6 replies
FFilament
Created by NeerGreeN on 12/28/2023 in #❓┊help
Modify Modal Title
Hello everyone, I have created this class to handle the Resource sub-navigation. I would like to understand how to modify the title in the modal for creating/editing the address.
12 replies
FFilament
Created by NeerGreeN on 12/28/2023 in #❓┊help
Validation messages
Hello everyone, why am I not getting validation messages anymore, but instead, I see this?
37 replies
FFilament
Created by NeerGreeN on 12/22/2023 in #❓┊help
Tabs with data from other tables
Hello everyone, I wanted to know if it's possible, during the client editing phase, to insert tabs containing data from other tables that are related to clients, such as contacts, activities, etc. I would like to use tabs instead of relationships because graphically, relationship tabs appear below the clients' table, while I would prefer them to be in line. Something like: Profile, Contacts, Activities. Thank you very much, everyone.
7 replies
FFilament
Created by NeerGreeN on 10/15/2023 in #❓┊help
Saas application with Cashier
Hi everyone. I would like to build a Saas (Multi-tenancy) application with subscription sales using Laravel Cashier (Stripe). Is there a plugin or guide?
2 replies
FFilament
Created by NeerGreeN on 9/19/2023 in #❓┊help
example.com and www.example.com domains
Hi guys, I have set APP_URL = https://example.com in my .env file If I navigate the control panel with https://example.com/admin, when editing a record that has a FileUpload type field, the image is displayed correctly. If I browse with https://www.example.com/admin the image is no longer seen. Is there a way to authorize the two domains (the one with and the one without www) in the .env file?
26 replies
FFilament
Created by NeerGreeN on 9/17/2023 in #❓┊help
Relation table in a Tab?
Hi everyone, is it possible to insert the relationship table between two resources within a tab? My problem is that I have one between Customer and Activity which in turn has a relationship with Attachments
43 replies
FFilament
Created by NeerGreeN on 9/17/2023 in #❓┊help
Relationship between two dependent select fields
Hi everyone, how do I connect two selects to each other in the admin panel? I have a select customers and a contacts... the values of the select contacts must be filtered based on the value of the select customers
11 replies
FFilament
Created by NeerGreeN on 9/16/2023 in #❓┊help
Table session
Hi everyone. How do I use this in the resources backend? protected function shouldPersistTableFiltersInSession(): bool { return true; }
7 replies
FFilament
Created by NeerGreeN on 9/11/2023 in #❓┊help
Filament Form Builder in the frontend
Good morning everyone. I'm new to this discord server. I created a backend for managing books. Now I have to create the frontend which must present a form for searching for books. Is it possible to use the form builder components in the frontend? For example the select? You can help me? Thank you very much
72 replies