python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Add value to route before in slim framework
Hi Folks i upgrading my slim framework from slim 2 to slim 4 for older project
for one route i added the one value before route using slim 2 slim.before in index.php
example code:
$app->hook('slim...
Dinesh s
Votes: 0
Answers: 1
PHP Slim\Exception\HttpNotFoundException 404 Not Found and nothing is helping
I'm creating an web app, and I can't move because of Slim 4. It's showing up this error:
Fatal error: Uncaught Slim\Exception\HttpNotFoundException: Not found. in C:\xampp\htdocs\projectfolder\app\ven...

Van4kk
Votes: 0
Answers: 2
Slim 4 php-di Factory function not running as expected / not "fully" called
i'm having problems registering a factory causing a strange behaviour.
When my dependency is resolved by the factory function i can see (by testing..), that actually only the constructor is called, no...

mademyday
Votes: 0
Answers: 0