boban-dj
boban-dj
Anybody an idea why the package wants to add key to root/.ssh/known_hosts? I have the github RSA key in my $USER/.ssh/known_hosts When I remove the user know_hosts file it adds...
When adding a product or category in magento2 and docker image is stopped everything is saved. The docker image rafaelcgstz/magento2 after stop is still containing the changes. I could not...
You example: $tags->jsonld([ '@context' => 'http://schema.org', '@type': 'Person', 'name': 'Pedro Borges' ]); must be: $tags->jsonld([ '@context' => 'http://schema.org', '@type' => 'Person', 'name' => 'Pedro Borges' ]); thanks for you class