Larasonic is a modern, open-source SaaS starter kit with Laravel, Vue.js, TailwindCSS, and Inertia.
- ⚡ 10x Dev Experience
- 🐳 Production Docker Ready
- 🔑 Advanced Authentication
- 💳 Payment Ready
- 🌐 API Ready
- 🎨 Customizable UI
- 🧠 AI Integration Ready
- 📊 FilamentPHP Admin
- ✨ Evolving Features
# Clone the repo
git clone git@github.com: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.
Proudly hosted and sponsored by Sevalla.com.
Report vulnerabilities to pushpak1300@gmail.com