#choose filament

17 messages · Page 1 of 1 (latest)

austere flame
#

Hello everyone, if I am using filament and the project I am working on uses microservice, is my choice correct?
If I want to create a postman collection for the default method in the resource, can I?

somber heartBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

fossil bolt
#

If I want to create a postman collection for the default method in the resource, can I?

Filament works with Livewire and doesn't offer an API out of the box.

Generally I don't think Laravel/Livewire/Filament is usually used for microservices.

jovial snow
#

I am using Filament (STRICTLY for the Frontend) with my microservices right now in one of my projects. I can tell you that it is definitely a lot less work than if you were to start from scratch. You would realistically only need to find a substitute for the table. For creating and updating, you can always use Filament Action/Page with Livewire to create forms and handle the submission. As for the table, I use jquery datatable.

wooden hemlock
jovial snow
# wooden hemlock Use liverwire data tables instead. Please avoid the overhead of jquery in an app...

from what I understand, there currently isnt any datatable apart from jquery's that can do what I need. rappasoft/laravel-livewire-tables and livewire Powergrid is quite similar to something like filament's table where it needs Eloquent to function. My app's architecture is structured in a way that the only source of data are API calls. Something like Yajra's backend adapter for the jquery datatable works great for my particular use case

wooden hemlock
jovial snow
austere flame
#

Please, can you tell me about your filament experience with the external API and how to display data in the table with the presence of relationships I am currently using the Sushi but I want to do Customize's more things Thank you

fossil bolt
jovial snow
fossil bolt
jovial snow
jovial snow
fossil bolt
jovial snow
fossil bolt