-
oxid-console does not work with OXID eShop version 6.0 (which is not released atm)
* some folders are uppercase now e.g. `application` is now `Application`
* `core/interface` is now `Core/Contract…
-
i have an invalid argument exception now when using config:import command ([Symfony\Component\Console\Exception\InvalidArgumentException] The "shop" option does not exist. )
I am sure, that shop-c…
-
Does it make sense that we support OXID 6.0 as they provide having your own scripts capability?
/cc @keywan-ghadami-oxid @ddpkts
-
Hi,
drush console for Drupal has the cool feature of aliases so you can for example run [sql-sync](https://drushcommands.com/drush-8x/sql/sql-sync/)
```drush sql-sync @prod @self```
to expor…
-
After installation of Symfony Messenger (v4.4.11) as a composer dependency for OXID module oxrun script returns the following error in console:
`Command Collection: Error loading class 'Symfony\Compo…
-
We have [a few unit tests](https://github.com/OXIDprojects/oxid_modules_config/tree/29ee32239e8873855e921f5023debb3bd0237fef/tests), but we need to execute them in CI. There was already [one attempt](…
-
It would be nice to be able to execute migrations from modules directories aswell. Most modules use currently the `onActivate()` but implement their own logic which reads a SQL file in most cases.
…
-
`EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
#0 /var/www/html/nalala/core/oxutilsobject.php(188): oxUtilsObject->_getObject('oxsystemcompone...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew…
-
Hello, I found your oe-console-extension. It is a very nice replacement for the OXID original.
What do you think, can you imagine extending it to the modules in the installed system?
There is a…
-
I haven't been able to get the PHP buildpack to build the Symfony 5 demo app. Expected behaviour is that the buildpack should be able to build this app, as it's apparently a canonical Symfony app and …