Zwifs
Explore posts from serversChange action color and "reload" page
Hi!
I'm working on a simple resource, and want to add a refresh button to delete the cache, I want to change the action color and reload the form when done. How can I implement this? For the color I found the ->color method but that did not do anything.
2 replies
How to use the backup endpoint?
I ended up at the point I wanted to use backup. The only option I saw as available is the endpoint, tho the information seems limited.
https://docs.dokploy.com/en/docs/api/reference-api/reference-backup
I'm not really sure on how to create a full or either a specfic backup. Are there any examples people have? Sadly there is also no interface for scheduling them
12 replies
Setting up a Laravel app
Hi,
I'm trying to get a Laravel application running, I have used this Dockerfile before but I cannot get it to work. Does anyone got a Laravel app to work? I would like a small package that is as performant as possible, along side I want to bake in the Queue & Scheduler within each image or create a separate image for it
1 replies
Spatie Translatable package for Filament
Hi,
I recent have installed the filament plugin for spatie translations. Only I kind of dislike the current way of working and I was wondering a couple of things, I could not find the a plugin docs.
- Instead of a dropdown, can I have like a tab that changes between the configured languages
- Can all the other languages inherit the original (for me en) text into the text boxes? So you can exactly see what you need to translate.
4 replies
Infolist index page + dynamic modal form
Hello, I wonder if I can make a admin page as follows.
- I want a infolist page as index, so showing the database records as cards with icon etc.
- Use the modals (v2 simple modal) to create a new entry
-- Make one select box that will render out the rest of the form depending on the selection
8 replies
Render form elements based on selection (dynamically)
Hi! I'm using the Form Builder standalone but I have a question regarding rendering. My Livewire component now has this:
My Form schema looks like this:
But based of the selected vault I want to load a form form the belonging vault class. That whole formset should become value as a array.
Please let me know if you need more info
24 replies
Hidden value filled by other input
Hi! What would be the best way to have InputA in the form visible where the user can type something and have InputB hidden in the form that is populated by something from InputA.
- InputA you fill in a Discord username
- After typying is done you fetch the userid from the discord user
- InputB (hidden in the form) will be populated with the discord userid
- Create record. And InputB will be sent off as value for creating that record.
What would be the right way to do so?
5 replies