- this library adds backward compatibility for
makaira/connect
module for Oxid versions older then 6.2 - makes symfony dependency injection through
services.yaml
in module directories available - makes console commands callable through
./vendor/bin/makaira-connect
- for oxid < 6.0 please install Oxid connect first and add the following lines to your project composer.json to let composer copy the connect module to the modules directory
add also the following line before
"scripts": { "post-update-cmd": "Makaira\\ConnectCompat\\Composer::postUpdate", "post-install-cmd": "Makaira\\ConnectCompat\\Composer::postUpdate" },
require_once OX_BASE_PATH . 'modules/functions.php';
to your oxid bootstrap.php filerequire_once __DIR__ . '/../vendor/autoload.php';
-
Notifications
You must be signed in to change notification settings - Fork 0
MakairaIO/oxid-connect-compat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published