API-Driven Development
Hello everyone I recently started studying filament and would like to ask users if there is API-Driven Development support here, how it works and where you can read more about it
8 Replies
@hannes I think you need to explain more in-depth what you mean
I mean, if I make any dashboard, is there a way to implement an API for it? if yes, then you can initially implement the entire routing in the api
you want to have same api routes?
I would like to make an api for my dashboard
what do you mean by that? get data from some api and show it in the dashdoarb?
No, I implemented the functionality in the panel and would like to share this functionality using the API so that other projects can also connect to my panel via the api
Is this possible in the filament?
don't think it's possible. you will need to create api routes and return data there
Ok, thx ❤️