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