Skip to content

The Ultimate Laravel Starter Kit for Modern SaaS (VILT) with Shadcn Components (React, Inertia & Shadcn)

License

Notifications You must be signed in to change notification settings

shipfastlabs/larasonic-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Larasonic πŸš€

Larasonic

Larasonic is a modern, open-source SaaS starter kit with Laravel, React, Shadcn, TailwindCSS, and Inertia.

GitHub Repo stars Licence Github-sponsors

✨ Features

  • ⚑ 10x Dev Experience
  • 🐳 Production Docker Ready
  • πŸ”‘ Advanced Authentication
  • πŸ’³ Payment Ready
  • 🌐 API Ready
  • 🎨 Customizable UI
  • 🧠 AI Integration Ready
  • πŸ“Š FilamentPHP Admin
  • ✨ Evolving Features

Quick Start

If you are using Docker

# Clone the repo
git clone [email protected]:shipfastlabs/larasonic-react.git
cd Larasonic-react

# Install dependencies
docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php83-composer:latest \
    composer install --ignore-platform-reqs

# Setup environment
cp .env.example .env
./vendor/bin/sail up -d
./vendor/bin/sail composer run setup

If you are not using Docker

# Clone the repo
git clone [email protected]:shipfastlabs/larasonic-react.git
cd Larasonic-react

# Install dependencies
composer install
bun install
bun run build

# Setup environment
cp .env.example .env
composer run setup

For detailed installation instructions and documentation, visit docs.larasonic.com.

Hosting

Proudly hosted and sponsored by Sevalla.com.

Security

Report vulnerabilities to [email protected]

License

MIT

Screenshots

Screenshot 4 Screenshot 2 Screenshot 3
Screenshot 1 Screenshot 5 Screenshot 6

About

The Ultimate Laravel Starter Kit for Modern SaaS (VILT) with Shadcn Components (React, Inertia & Shadcn)

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages