承接 quickweb/system 相关项目开发

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

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

quickweb/system

最新稳定版本:0.0.1

Composer 安装命令:

composer require quickweb/system

包简介

Core system package for Quickweb Laravel applications.

README 文档

README

Core system package for Quickweb-based Laravel applications.

This package is part of the standard platform stack and is expected to be present in production deployments. It handles routine system maintenance tasks and integrates with the host application configuration layer.

Requirements

  • PHP ^7.3|^8.0
  • Laravel ^8.0|^9.0|^10.0|^11.0

Installation

composer require quickweb/system

Publish configuration (recommended):

php artisan vendor:publish --tag=system-config

Review the published config/system.php file and set the corresponding SYSTEM_* environment variables for your environment.

Scheduler

The package relies on the Laravel task scheduler. Add the following entry to the server crontab:

* * * * * cd /path-to-project && php artisan schedule:run >> /dev/null 2>&1

Host application

Applications that store settings outside of Laravel config should bind Quickweb\System\Contracts\SettingResolverInterface in a service provider. Optional value resolvers can be configured in config/system.php — see the published config for details.

License

MIT

统计信息

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

GitHub 信息

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

其他信息

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