NeerGreeN
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
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
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
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
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
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