root
943d5bfc38
feat: install and configure Inertia.js with React
...
- Install inertia-laravel, @inertiajs/react, react, @vitejs/plugin-react
- Add HandleInertiaRequests middleware registered in web group
- Create Inertia root template (resources/views/app.blade.php)
- Add React entry point and page components (resources/js/)
- Add Inertia demo route (/inertia-test)
- HomeController reverted to Blade (index page stays original)
- Remove inertia-test2 test route
2026-05-25 15:15:14 +02:00
root
6de250f49f
fix: remove spatie/laravel-ray (breaks error handler) and fix dontSubmitEmptyLogs for activitylog v5
2026-05-23 18:26:38 +02:00
root
81839c7202
chore: update doctrine/dbal to v4, activitylog to v5, sluggable to v4, roadrunner-http to v4
2026-05-23 17:20:57 +02:00
root
05fc7b04bc
refactor: add return type hints to all controller methods
...
Added proper return types (View, RedirectResponse, JsonResponse, Collection)
to 40+ controller methods across 16 controllers. Also added missing
imports for Illuminate response types and tightened parameter types
(e.g. InstallationController::showStep now uses int instead of mixed).
2026-05-19 19:28:21 +02:00
root
9d73f82529
Initial commit
2026-05-09 17:32:17 +02:00