Jordy
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
if you like the structure of the demo, you can check out the source code
https://github.com/filamentphp/demo
19 replies
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
this is still behind a click (action) so why not just add it as a relation manager or like the demo:
https://demo.filamentphp.com/blog/posts/1 ?
19 replies
Spatie Laravel Media Library general question
not really, however I ended up changing it (ultimately decided to not use spatie's package) because for me it has to save to a (sub)folder of a project, some users directly access the file server (since it also keeps document related to the project), its very cumbersome to have a folder for each picture in my case
https://spatie.be/docs/laravel-medialibrary/v11/advanced-usage/using-a-custom-directory-structure
4 replies
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
19 replies
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
dumping your code isnt helping anyone to help you, what is the actual issue your are facing: https://discord.com/channels/883083792112300104/1167015843020943390
19 replies
Manipulate member with a button wire:click inside a ViewField in a HasForms Page
use an action?
https://filamentphp.com/docs/3.x/forms/actions#overview
6 replies
Having trouble setting up a belongs to many select
but it shows me a list of the machine centers instead!because you asked for that
->relationship('machineCenters', ...
filament does not know your set up, neither do I.. I'm going to make the assumption that qualityControlSteps
are related to machineCenters
. in which case you would need to use
->relationship('machineCenters.qualityControlSteps', 'titleColumn')
7 replies