slim-static
slim-static copied to clipboard
Slim PHP static proxy library
I tested the `Container` class as that was the thing I'm using this library the most for, the `Config` class isn't working yet as `static::$slim->config($key)` will result in a method...
The static interface is cool! Nicer than Slim original API. I use this on some projects. I don't understand PHP well, so i just hope this library will have some...
I followed the sample, with View::display(), and it only throws the following error: ``` View cannot render `hello.html` because the template doesn't exist. File: \ vendor\slim\slim\Slim\View.php ``` I've tried setting...