hosmar27
How to use a file from other project
I'm using this plugin by the way https://filamentphp.com/plugins/hugomyb-media-action#preload
But it would be really usefull if anyone could explain to me even using FileUpload, I just want to know how to get to the file outside the project
11 replies
Eloquent query inside foreach
Thanks for your help sir, so basically what I'm doing is a quiz, and this is a part before I send all data to a form repeater and display all questions. So what is happening in the foreach is that it takes the formulario_id (translated is quiz_id) from the pivot table (called cargo_formulario) and I'm trying to search for all the 'pergunta' (question) and trying to display its 'texto' (text)
12 replies