Lukáš Krchňák

Results 2 comments of Lukáš Krchňák

Hi, I did update Apache to 2.4.46 So how to do it: 1. download binary file from https://www.apachehaus.com/cgi-bin/download.plx, version: httpd-2.4.46-lre314-x86-vs16.zip 2. create folder new folder "apache2.4.46" under neard\bin\apache\ 3. open...

You have to register all commands as service: services: OAuth2\ServerBundle\Command\CreateClientCommand: tags: - { name: 'console.command', command: 'OAuth2:CreateClient' } OAuth2\ServerBundle\Command\CreateScopeCommand: tags: - { name: 'console.command', command: 'OAuth2:CreateScope' } OAuth2\ServerBundle\Command\CreateUserCommand: tags: -...