d3vnz/issuetracker
最新稳定版本:v1.0.1.13
Composer 安装命令:
composer require d3vnz/issuetracker
包简介
GitHub issue tracking integration for Laravel applications using Filament 3
README 文档
README
This package provides a GitHub issue tracking integration for Laravel applications using Filament 3.
Requirements
- PHP 8.0+
- Laravel 9.0+
- Filament 3.0+
Installation
You can install the package via composer:
composer require d3vnz/issuetracker
php artisan vendor:publish --tag=d3vnz-issuetracker-migrations
php artisan migrate
php artisan vendor:publish --provider="GrahamCampbell\GitHub\GitHubServiceProvider"
Config
In your services.php add the following:
'github' => [
'token' => env('GITHUB_TOKEN'),
'owner' => env('GITHUB_OWNER'),
'repo' => env('GITHUB_REPO'),
],
Console
Add the following to your console
Schedule::command('github:sync-issues')->everyThirtyMinutes();
统计信息
- 总下载量: 1.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-09-16