Skip to content
/ Larasonic Public template

The Ultimate Laravel Starter Kit for Modern SaaS (VILT) with Shadcn Components

License

Notifications You must be signed in to change notification settings

pushpak1300/Larasonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larasonic 🚀

Larasonic

Larasonic is a modern, open-source AI chat platform built with Laravel, Vue.js, and Inertia. It provides a powerful foundation for building AI-powered chat applications with features like team collaboration, multiple AI models support, and real-time communication.

GitHub stars License

✨ Features

  • ⚡ 10x Dev Experience
  • 🐳 Production Docker Ready
  • 🔑 Advanced Authentication
  • 💳 Payment Ready
  • 🌐 API Ready
  • 🎨 Customizable UI
  • 🧠 AI Integration Ready
  • 📊 FilamentPHP Admin
  • ✨ Evolving Features

Quick Start

# Clone the repo
git clone [email protected]:pushpak1300/Larasonic.git
cd Larasonic

# 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

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