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
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-12