remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ return [
/*
|--------------------------------------------------------------------------
| Docs hub (CI: `DocsController::index` / docs/index view)
| Docs hub (legacy: `DocsController::index` / docs/index view)
|--------------------------------------------------------------------------
*/
@@ -27,7 +27,7 @@ return [
/*
|--------------------------------------------------------------------------
| Static OpenAPI YAML files (CI: public/docs/*.yaml + View\DocsController::swagger)
| Static OpenAPI YAML files (legacy: public/docs/*.yaml + View\DocsController::swagger)
|--------------------------------------------------------------------------
|
| Deploy the same YAML files under `public/docs/` or adjust paths. Dropdown
+1 -1
View File
@@ -89,7 +89,7 @@ return [
|
*/
// CodeIgniter apiLogin uses exp = iat + 86400 (24h). Default below matches that when JWT_TTL is unset.
// legacy apiLogin uses exp = iat + 86400 (24h). Default below matches that when JWT_TTL is unset.
'ttl' => (int) env('JWT_TTL', 1440),
/*