Olobase 3.x Php Backend
Installing a module
php bin/console.php module:install --name="ModuleName" --env=localInstalling Specific Version
php bin/console.php module:install --name="ModuleName" --env=local --v=1.0.1Removing a module
php bin/console.php module:remove --name="ModuleName" --env=localSwagger shortcut commands to build and debug swagger schemas.
composer swaggerDebug all files for syntax errors
composer swagger-debug