PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, December 31, 2021

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

 December 31, 2021     android, cakephp-3.0, laravel, php, web-services     No comments   

Issue

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?


Solution

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.



Answered By - Mkk
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing