承接 arsiconsultancy/laravel 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

arsiconsultancy/laravel

最新稳定版本:v1.0.4

Composer 安装命令:

composer create-project arsiconsultancy/laravel

包简介

Arsi Laravel application starter for bootstrapping new projects with Sanctum, Lighthouse GraphQL, and backup support.

README 文档

README

Laravel 13 application starter maintained by Arsi Consultancy(https://arsi.in).

This project is intended to be published as a Composer project package and installed with:

composer create-project arsi/laravel my-app

Included packages

  • Laravel Framework
  • Laravel Sanctum
  • Lighthouse GraphQL
  • GraphiQL UI
  • Spatie Laravel Backup

Requirements

  • PHP 8.3+
  • Composer 2.7+
  • Node.js and npm for frontend assets

Local development

composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run build

You can also use the bundled setup script:

composer run setup

Publishing to Packagist

Before submitting this package to Packagist:

  1. Push this directory to its own public Git repository.
  2. Commit the new .env.example, .gitignore, and README changes.
  3. Make sure vendor/ and any local build artifacts are not committed.
  4. Create a version tag such as v1.0.0.
  5. Submit the repository URL on Packagist.

After that, consumers can install it with:

composer create-project arsi/laravel my-app

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-12