how can I customize API with saas-v1.4.4 module bagisto 1.4.5 laravel 9
-
how to start registering tenant's company using API and login throw API for tenants and customers with frontend react.
I am using the saas-v1.4.4 module bagisto v1.4.5 -
Hi there,
For now, the API of Bagisto-saas is not available. -
SO for now, do I have to implement it myself?
How API in bagisto 1.4.5 works, I see folder vendor/bagisto/rest-api
1- can I make my customized API package?
2- how can I implement that API Package and register my custome API routes in this package and hit it? -
@devsmartivemedia said in how can I customize API with saas-v1.4.4 module bagisto 1.4.5 laravel 9:
2- how can I implement that API Package and register my custome API routes in this package and hit it?
Hi there,
Please take a reference from Here for create your own API package.