Added User List admin tool

Also added the default laravel pagination to tailwind.config.js
This commit is contained in:
Vari
2024-03-24 20:52:54 +01:00
parent 8b472fed0e
commit fca0d17443
11 changed files with 124 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ final public static function getAllTools(): array
GameNewsController::class,
FileManagerController::class,
LogViewerController::class,
UsersController::class,
];
}