Top "Slim" questions

Slim for PHP is a RESTful micro framework for PHP 5 inspired by Sinatra.

enable cors in .htaccess

I have created a basic RESTful service with the SLIM PHP framework and now I'm trying to wire it up …

php apache .htaccess cors slim
Slim PHP and GET Parameters

I'm playing with Slim PHP as a framework for a RESTful API, and so far it's great. Super easy to …

php rest slim
Slim Framework for beginners

How does anybody learn how to use this system? I can't seem to find any tutorials or books or anything …

frameworks slim
Axios - How to read JSON response?

Axios 0.17.1 .then(function (response) { console.log(response); //console.log(response.status); //It is an error -> SyntaxError: Unexpected token …

javascript reactjs slim axios
Slim JSON Outputs

I am using the Slim framework with PHP to create a RESTful API for my app. However, I assumed that …

php json frameworks slim
Slim 3 - how to get all get/ put/ post variables?

How I can get all get/ put/ post variables like in Slim 2 for Slim 3? Slim 2, $allGetVars = $app->request->…

slim slim-3 psr-7
Slim Framework always return 404 Error

These days i'm using Slim Framework as my simplest tool to develop the php web api. Using these two articles: …

php api frameworks slim
How to access a JSON request body of a POST request in Slim?

I'm just a newbie in the Slim framework. I've written one API using Slim framework. A POST request is coming …

php json post http-post slim
how to use slim redirect

I have a problem. I am using slim and I have route for my main page: $app->get('/…

php redirect slim
Nginx location configuration (subfolders)

lets say I've a path like: /var/www/myside/ that path contains two folders... let's say /static and /manage I'd …

php http nginx server slim