Slim for PHP is a RESTful micro framework for PHP 5 inspired by Sinatra.
How can i define a global variable such that my current_user method can work were ever i want it …
php slimI'm trying to make 'POST' request in react but i'm getting a few problems regarding CORS. I was just following …
javascript php reactjs cors slimI have an API built in Slim like this: $app->group('/'.$endpoint, function () use ($app, $endpoint) { $handler = …
rest phpunit slimI created a test hello world Slim app following instructions here. When I make this call I get a 404 error: …
php apache mod-rewrite slimI'm working with Doctrine 2 as an ORM for Slim 3 but I keep getting stuck in the object mapping section when …
php symfony doctrine-orm doctrine slimIm using Postman (in Chrome) to test Slim calls but cant figure out how to get any of the posted …
php post slimI want to get the name of the current I route in a middleware class. Previously (in Slim 2.*) you could …
php slim slim-3