Serhii Smirnov
Serhii Smirnov
I've added such parameters to parameters.yml: ``` yaml assetic.node.paths: - D:/Development/Servers/nodejs/node_modules/npm/node_modules #this is where nodejs installed - C:/Users/Developer/AppData/Roaming/npm/node_modules #this is another (global?) path ``` Where first path is where nodejs...
+1 for this fix. But everyone can use [FkrCssURLRewriteBundle](https://github.com/fkrauthan/FkrCssURLRewriteBundle) for fixing this issue
+1 for this issue
I had to use fixtures loader to make a test client id and secret: ```php class OAuth2ClientFixtures extends Fixture { public function load(ObjectManager $manager): void { $oAuth2Client = new Client('OAuth2ClientId',...
@trikoder maybe it's time to accept this PR?
Please also add documentation regarding the configuration `in_memory` persistence mechanism.
Still? 😄
Can't find how to use `api/config/api_platform/resources.yaml`. Just creating this file in `config/api_platform` and putting the content there doesn't work.