We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Could you please give more example of the project rest-api

Could you please give more CURD example of the project rest-api : https://github.com/phalcon/rest-api

It has post and get example, how to deal with patch or put and delete actions?should it create more controllers like AddController.php controller?

edited May '20

Restful Web Service, expose API from your application in a secure, uniform, ... So in our example, if we were to query the web server via the request ... The project has to be of this type in order to create web services project. mysubwaycard



31.3k

@niden How to do with patch or put and delete actions?