-
I attempted to install this in a fresh Laravel installation (v5.5.31) and ran into a problem when installing this via composer.
```
composer require "kingstarter/laravel-saml":"dev-master"
./compo…
-
After installing Symfony4, then the webserver, and the api-pack with the following command
```
composer create-project symfony/skeleton project
cd project
composer req webserver
composer req api
…
-
(PHP7.2, symfony 4.0)
Trying to install but returns the follow error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install s…
-
as its often not that easy to have the latest php version available on the server. it would be awesome to lower the requirements to php7.1 (even better would be 7.0).
debian ships in its current st…
-
In 4.0+, it's `config.public-dir`, is it not?
https://symfony.com/doc/4.0/configuration/override_dir_structure.html#override-web-dir
And how does this work with 3.4+Flex?
-
| Q | A
| -------------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| BC Break report? | yes/no
| Symfony v…
-
I'm not sure if this is expected but I've changed the env var:
SYMFONY_ENDPOINT=https://symfony.sh/r/contrib/159
For the contrib recipe PR https://github.com/symfony/recipes-contrib/pull/159
When…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Symfony version | 4.0.5
I'm trying to ins…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | yes/no
| BC Break report? | yes/no
| RFC? | yes/no
| Symfony version | 4.3
Runtime…
-
When using this bundle in a Symfony 4 app, I see this:
```
(1/1) ClassNotFoundExceptionAttempted to load class "DefinitionDecorator"
from namespace "Symfony\Component\DependencyInjection". Did …