feat(provider-integrations): move ProviderOnline endpoints to new module

This commit is contained in:
2026-05-15 11:41:35 +07:00
parent 8cd1385a21
commit 2aca3693f3
10 changed files with 419 additions and 191 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "nwidart/providerintegrations",
"description": "",
"authors": [
{
"name": "Nicolas Widart",
"email": "n.widart@gmail.com"
}
],
"extra": {
"laravel": {
"providers": [],
"aliases": {}
}
},
"autoload": {
"psr-4": {
"Modules\\ProviderIntegrations\\": ""
}
}
}