Skip to content

Latest commit

 

History

History
98 lines (90 loc) · 5.35 KB

File metadata and controls

98 lines (90 loc) · 5.35 KB

Project Documentation

Welcome to the documentation for the Laravel SaaS Starter kit.

This repository contains comprehensive documentation for the architecture, features, and core functionality of the platform.

Features Index

Development Directives

Important Rule: Whenever a new feature is built or an existing feature undergoes major architectural changes, its corresponding documentation file in docs/features/ must be created or updated.

Tech Stack

  • Frontend: React 19, Inertia v2, Tailwind CSS v4, shadcn/ui
  • Backend: Laravel 12, standard PHP 8.4 typing
  • Database: SQLite (default), MySQL, PostgreSQL compatible
  • Testing: Pest (Feature & Browser Testing)