Roman
Roman
```yaml cspoo_swiftmailer_mailgun: key : 'key-somekey' domain : 'sandboxsomedomain.mailgun.org' swiftmailer: transport: 'mailgun' spool: { type: memory } # This will start sending emails on kernel.terminate event delivery_addresses: - '[email protected]' ``` ```php...
Hello! I'm starting with this tutorial and cannot pass even getting started. I'm using osx 10.16.2, homebrew and docker 18.06.1. My log here: ```bash brew install docker docker-machine docker-machine-nfs docker-machine...
Hello. How to use it with Doctrine relations (both types: Associations and Embedded)? I have several problems with this feature. ### src/FirstBundle/Entity/First.php ```php
### Is your feature request related to a problem? Please describe. I'm trying to use this library in my project and all of my commands/conversations need always certain services like...
Hi! I'm using Symfony 3.x as json-api without need for twig at all. After installing this bundle i see error `Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "fos_rest.exception.twig_controller" has a dependency...