A modern, production-ready Laravel starter template featuring Server-Side Rendering (SSR), Real-time WebSockets, and Laravel Sail.
- Laravel 12
- Vue 3 & Inertia.js v2 (SSR support)
- TypeScript & Tailwind CSS 4
- Laravel Reverb (WebSockets)
- Laravel Sail (Docker environment)
- Pest PHP (Testing)
- Docker
- PHP 8.4+ & Composer
- Node.js 22+ & npm
-
Clone the repository
git clone <repository-url> cd kolema
-
Install dependencies and setup
composer setup
-
Start the development server
./vendor/bin/sail up -d
-
Install frontend dependencies & run dev
./vendor/bin/sail npm install ./vendor/bin/sail npm run dev
./vendor/bin/sail testThis project is open-sourced software licensed under the MIT license.