FleetCart/Modules/Product/module.json

14 lines
356 B
JSON
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
{
"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"
]
}