1.

How to create routes in Slim Framework?

Answer» 16. What Request METHOD is AVAILABLE in Slim Framework? Explain

Every HTTP request in the Slim Framework has a request method ASSIGNED. Here are some of the request methods:

  • GET
  • POST
  • PUT
  • DELETE
  • HEAD
  • PATCH
  • OPTIONS


Discussion

No Comment Found