You can then run a slim framework app it with PHP's built-in webserver:
$ cd [my-app-name]; php -S localhost:8080 -t public public/index.php
The problem is that you have to enter this command every day again and again. If you are running more then one app you have to use the next free port.
I want to configure my XAMPP to have 2 (or more) different localhosts and sites with 2 different root directories.