finished laravel migration

This commit is contained in:
2025-12-29 18:19:24 +01:00
parent bdfbe3ffd6
commit 63bd166a65
218 changed files with 21830 additions and 15154 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SpeedBB</title>
@viteReactRefresh
@vite(['resources/js/main.jsx'])
</head>
<body>
<div id="root"></div>
</body>
</html>

File diff suppressed because one or more lines are too long