skip to Main Content

Slim routing in PHP-DI container

I'm moving a project of mine into Slim Microframework, by using PHP-DI containerization. I need to POST some JSON data to http://localhost/api/base (XAMPP) and get a confirmation (at least at the beginning). This is my index.php: <?php use PsrHttpMessageResponseInterface as…

VIEW QUESTION
Back To Top
Search