Skip to content
Advertisement

Can I make web services in Laravel framework if the project is in CakePHP 3 [closed]

I am working on a project which is created in CakePHP 3 and I need to make an 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 CakePHP 3?

Advertisement

Answer

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.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement