-
Hello,
Some user decided to use my app behind an Apache basic auth and some of the libraries I use started throwing errors about URLs. Turns out it was because they had a `@` in their password.
…
-
Hello,
I am trying to work with popen streams like this:
``` php
$stream = \GuzzleHttp\Psr7\stream_for(
popen(
'ls', 'r'
)
);
```
But `$stream->getSize()` always returns 0 which cau…
-
Hi,
Please tell me if it is my usage that is wrong but I think there is something not working as I expected with isXhr(). It always returns false, even on Ajax requests.
In this middleware, I pr…
-
I am an inexperienced developer who is having a lot of trouble understanding the Twig installation instructions, so please be patient if I have got something wrong here.
My initialization code is:
…
-
We want to add more badges, we have the following list to check the source of the badges.
- http://shields.io (Example https://github.com/Sylius/Sylius )
- http://poser.pugx.org (Example https://g…
-
I have a Slim\Handlers\Error derived class that handles all uncaught exceptions.
It is currently impossible to use this class (or even just Slim\Handlers\Error) for installing a phpErrorHandler.
S…
-
Hi,
First of all thanks for publishing this CMS, it looks great so far!
But I have a little problem now my website is running on https/ssl.
**ERROR**
1. When I enter https://domain.com/admin i…
-
Should we remove output buffering from routes and enforce the return of a valid PSR-7 response from route callables?
How will this affect the use of `var_dump()` inside of a route callable?
-
I cannot say exactly which commit leads to this problem. I updated my project through composer (48be9d2) and saw that routes like:
``` php
$app->get('/', function () {
...
});
```
work well, but…
tssvl updated
7 years ago
-
What is this repo licensed under?
Thank You.