Zimsko is a Laravel 11 application for managing a local basketball league/tournament. It powers the public website, a Filament-powered admin dashboard, and a tablet-friendly Vue app for live, in-game stat tracking.
• Backend: Laravel 11, PHP 8.2, Filament 3, Livewire 3, Inertia • Frontend: Vite 5, Vue 3, Tailwind CSS 3 • Realtime: Laravel Echo + Pusher
Jump to docs:
- docs/setup.md — install and run locally
- docs/architecture.md — how the pieces fit together
- docs/admin.md — Filament admin and resources
- docs/live-tablet-app.md — tablet/stat app flow and data model
- docs/frontend.md — Tailwind, Vite, and Vue conventions
- docs/copilot.md — Copilot guidelines for contributing code
- docs/boost.md — Laravel Boost MCP tools and workflows
If you’re just getting started, begin with docs/setup.md.