I am working on a project which is created in cakephp3 and I need to make API
for my android app. I have a little knowledge of Laravel and I can make API in Laravel. My question is can I make APIs in Laravel if my project is created in cakephp3. any help will be appreciable. Thanks, in advance.
Yes you can create an api in Laravel and have it communicatie with another api or app which has been built in cake or any other framework.
An api simply has endpoints which can be called by any language/framework.