-
```
ServiceNotFoundException: The service "hwi_oauth.security.oauth_utils" has a dependency on a non-existent service "hwi_oauth.resource_ownermap.secured_area".
```
Routing
```
hwi_oauth_redirect:
…
-
### Question
| Q | A
|------------ | ------
| Symfony | 4.2.3
| PHP | 7.2.14
| OneUpFlysystemBundle | 3.0.3
I am having hard time creating ZIP file using `Flysystem` …
-
Hi,
Thank you for sharing this bundle with the community.
Is this version compatible with symfony4 ??
Thanks
-
Hi, first of all I'm a complete noob to symfony4, so sorry about that :-)
Could you please help me with the installation in a new symfony4 project?
* Composer install works without problems
* E…
-
Please provide a Symfony 4 compatible version. :)
![screen-004](https://user-images.githubusercontent.com/127733/34563428-e226601e-f152-11e7-9b6b-460aee566cbf.png)
-
How can I make to return from the admin route to the homepage ?
-
This is how I get the file Path in the backend for a specific hash in Symfony3, (I use version ~6 of this bundle)
`"helios-ag/fm-elfinder-bundle": "~6",`
```
// we are in a controller action here…
-
Hi,
I'm working on Symfony 4 with MS SQL server. I'm trying to use your user bundle, but I'm getting the fillowing excepions when I try to log in with email existing in the database:
```
[1/2] …
-
Hello, I have the following installed with Symfony4
```
"cache/adapter-bundle": "^1.2",
"cache/cache-bundle": "^1.1",
"cache/doctrine-adapter": "^1.0",
"cache/memcached-adapter": "^1.0",
"cach…
-
I camr across this bundle and I am trying to integrate it into my application. I have followed all the notations and the database was created as mentioned in the documentation.
My environment is PHP …