Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ayousefi's avatar

api

Hi guys

I have a question

I want to implement a website and I want to ask you for implementation

I will perform all the code based on the web service and then implement it with a javascript framework.

Or

The parts that only need a web service to produce a web service for them

0 likes
2 replies
freeccboy's avatar

you could use laravel with its routes and controllers to create web services, in my case I'm using just that, but mixing laravel with vue-js thanks to laravel-mix and clear axios for ajax

yusuf128's avatar

define the all routes in routes/api.php and call these api's and return data in json format

Please or to participate in this conversation.