This commit is contained in:
Konstantinos Arvanitakis
2026-07-01 18:35:39 +03:00
commit 9f58a36c82
44 changed files with 3848 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "boboko/core",
"description": "Core module — authentication and shared panel behaviour",
"type": "library",
"version": "1.0.0",
"autoload": {
"psr-4": {
"Modules\\Core\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Modules\\Core\\Providers\\CoreServiceProvider"
]
}
}
}