I am learning the Slim3 framework to create apis rest / full, I found several examples, for example in routes.php
$app->group('/v1', function () {
$this->group('/auth', function () {
$this->map(['GET', 'POST'], '/login', '...
asked by
06.12.2017 / 12:27