Posts

Showing posts from February 24, 2019

Fátima Guedes

Fátima Guedes Informação geral Nascimento 6 de maio de 1958 (60 anos) Local de nascimento Rio de Janeiro, RJ, Brasil Gênero(s) MPB Período em atividade 1973-Atualmente Gravadora(s) Rob Digital Dabliú Discos Velas

Beatriz Martini Bedran

Image
Beatriz Martini Bedran Bia Bedran, 2014. Nascimento 26 de novembro de 1955 Niterói

Got 404 on every request when working on two controllers

Image
1 I am developing a back end system using slim-3.In app i have multiple controllers like if for Books and Users there are two different controllers in which all calls of each is placed.So when i declare controllers in index.php file then only one controller request is accept other controller request return 404 page not found.When i remove declaration of one controller then other worked. e.g i have two controllers like User Controller and Provider Controller when i declare both of them in index.php then only Provider Controller is worked.But when i remove declaration of Provider Controller then User controllers api calls is working well but when i add the Provider Controller then User Controller api calls return 404. here is index.php code <?php use PsrHttpMessageServerRequestInterface as Request; use PsrHt