launcher api

This commit is contained in:
2026-03-21 17:53:03 +04:00
parent 269255e04f
commit a7c5b36588
22 changed files with 2264 additions and 80 deletions
+10
View File
@@ -40,6 +40,11 @@ return [
'driver' => 'session',
'provider' => 'game_accounts',
],
'api' => [
'driver' => 'passport',
'provider' => 'game_accounts_eloquent',
],
],
/*
@@ -63,6 +68,11 @@ return [
'game_accounts' => [
'driver' => 'azerothcore',
],
'game_accounts_eloquent' => [
'driver' => 'eloquent',
'model' => App\Models\GameAccount::class,
],
],
/*