andrewperoramas/sass 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

andrewperoramas/sass

Composer 安装命令:

composer create-project andrewperoramas/sass

包简介

The ultimate RILT starter kit for Laravel.

README 文档

README

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 git@github.com: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 git@github.com: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 pushpak1300@gmail.com

License

MIT

Screenshots

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

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 18
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-11