FleetCart/Modules/Product/module.json

14 lines
356 B
JSON

{
"name": "Product",
"alias": "product",
"description": "The product module is responsible for managing products.",
"priority": 100,
"providers": [
"Modules\\Product\\Providers\\ProductServiceProvider",
"Modules\\Product\\Providers\\EventServiceProvider"
],
"files": [
"helpers.php"
]
}