Skip to content

suzeraind/kolema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Vue Starter Kit

A modern, production-ready Laravel starter template featuring Server-Side Rendering (SSR), Real-time WebSockets, and Laravel Sail.

✨ Key Features

  • Laravel 12
  • Vue 3 & Inertia.js v2 (SSR support)
  • TypeScript & Tailwind CSS 4
  • Laravel Reverb (WebSockets)
  • Laravel Sail (Docker environment)
  • Pest PHP (Testing)

📋 Prerequisites

  • Docker
  • PHP 8.4+ & Composer
  • Node.js 22+ & npm

🚀 Quick Start

  1. Clone the repository

    git clone <repository-url>
    cd kolema
  2. Install dependencies and setup

    composer setup
  3. Start the development server

    ./vendor/bin/sail up -d
  4. Install frontend dependencies & run dev

    ./vendor/bin/sail npm install
    ./vendor/bin/sail npm run dev

🧪 Testing

./vendor/bin/sail test

📄 License

This project is open-sourced software licensed under the MIT license.