-
Symptoms: When POSTing a valid JSONObject (89 characters deserialized) to an Ubuntu Apache Slim PHP (http://www.slimframework.com, https://github.com/slimphp/Slim) server, both Stetho and AnalyticsLis…
-
Hi, I'm using the latest version of userFrosting (0.3), on Windows Server 2012, php 5.4 and mysql 5.6. I don't have access to php error log.
This is my directory tree view:
![userfrosting-directory](…
-
Implement https://github.com/kylef/Stencil or other Mustache-like parsing for `View`s.
-
Why are you publishing code that had a public PHP object injection (read: **possible remote code execution**) vulnerability that was fixed *over a year ago*?
More importantly: Why are you *deployin…
-
I usually use HTML Tags in success or error messages, to display something important e.g. username which has been deleted or something.
However slim\flash doesn't render the HTML. Message I'm getting…
-
I'm building ACL Middleware (based on Zend/Permissions/Acl). Each route is a resource and this works fine for simple routes like /user, /api etc. But things get complicated when route contains optiona…
-
-
-
For example, useful stuff like getUploadedFiles() from #1263, which was merged in 2015.
No trace of that in the docs.
I only found out about its existence after Googling how-to use $_FILES with …
-
Doc Improvement Suggestion
Location >> http://www.slimframework.com/docs/objects/router.html
Section : Route groups
After the code Example, it is written :
> Note inside the group closure, $this is…