feat: full dashboard-ticketing scaffold with data model, controllers, Vue pages
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"name": "dashboard/ticketing",
|
||||
"description": "Ticketing / help-desk snap-in for the Dashboard platform",
|
||||
"description": "Ticketing snap-in for dashboard-shell",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"illuminate/support": "^11.0|^12.0",
|
||||
"inertiajs/inertia-laravel": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Dashboard\\Ticketing\\": "src/"
|
||||
@@ -10,14 +14,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Dashboard\\Ticketing\\TicketingServiceProvider"
|
||||
]
|
||||
"providers": ["Dashboard\\Ticketing\\TicketingServiceProvider"]
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"illuminate/support": "^11.0|^12.0|^13.0",
|
||||
"inertiajs/inertia-laravel": "^1.0|^2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user