An open API service indexing awesome lists of open source software.

https://github.com/shipfastlabs/larasonic-react

The Ultimate Laravel Starter Kit for Modern SaaS (VILT) with Shadcn Components (React, Inertia & Shadcn)
https://github.com/shipfastlabs/larasonic-react

inertia laravel react shadcn tailwindcss

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Larasonic 🚀

![Larasonic](public/images/og.webp)

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

![GitHub Repo stars](https://img.shields.io/github/stars/pushpak1300/Larasonic?style=for-the-badge) [![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE.md) [![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/pushpak1300)

## ✨ 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

```bash
# 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

```bash
# 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](https://docs.larasonic.com).

## Hosting

Proudly hosted and sponsored by [Sevalla.com](https://sevalla.com/?ref=larasonic).

## Security

Report vulnerabilities to [email protected]

## License

[MIT](https://opensource.org/licenses/MIT)

## Screenshots

| ![Screenshot 4](https://github.com/user-attachments/assets/d7c4eaa9-b547-4952-8ade-4b0ae62aee0e) | ![Screenshot 2](https://github.com/user-attachments/assets/b2d5a28c-9b1b-40bb-82f0-fb9fa932165c) | ![Screenshot 3](https://github.com/user-attachments/assets/d8b15834-bcc2-4028-9d73-a0bb9983c6b7) |
| :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: |
| ![Screenshot 1](https://github.com/user-attachments/assets/21c34465-a193-4373-9862-0843f11b957c) | ![Screenshot 5](https://github.com/user-attachments/assets/fba2d341-40c3-4244-8b02-82891c42f2d5) | ![Screenshot 6](https://github.com/user-attachments/assets/37ce7a37-121d-41b1-b3e6-09714cb5c884) |