Ask, reply and learn. Join the community of Akaunting.
What is the proper way of creating custom API endpoint in Akaunting please?
Can I modify routes/api.php and add my controller on app\Http\Controllers\Api\?
How about internal requests?
You should never change the core files. Instead, create an app/module for your own purpose:
https://akaunting.com/docs/developer-manual/modules
https://akaunting.com/docs/developer-manual/restful-api
Regards
Showing 1 to 2 of 2 discussions