Download the PHP package tomatophp/filament-issues without Composer
On this page you can find all versions of the php package tomatophp/filament-issues. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-issues
More information about tomatophp/filament-issues
Files in tomatophp/filament-issues
Package filament-issues
Short Description Manage your github issues from your FilamentPHP panel and share issues with others
License MIT
Informations about the package filament-issues
Filament GitHub Issues Manager
Manage your GitHub issues from your FilamentPHP panel and share issues with others
Features
- [x] Fetch issues from GitHub
- [x] Filter issues by labels
- [x] Filter issues by assignees
- [x] Filter issues by author
- [x] Filter issues by created date
- [x] Filter issues by repository
- [x] Issues UI Component
- [x] Issues Card Component
- [x] Refresh issues command
- [x] Register Repo from Service Provider
- [x] Integration with Filament CMS Builder
- [ ] Manage Issues from FilamentPHP panel
- [ ] Share Issues with others
- [ ] Filter By Milestones
- [ ] Filter By Projects
- [ ] Filter By Reactions
- [ ] Add comments to issues
- [ ] Add labels to issues
- [ ] Add assignees to issues
- [ ] Add milestones to issues
- [ ] Add projects to issues
- [ ] Add reactions to issues
- [ ] Integration With Jira
- [ ] Integration With Filament PMS
coming soon
Screenshots
Installation
after install your package please run this command
if you are not using this package as a plugin please register the plugin on /app/Providers/Filament/AdminPanelProvider.php
now you need to publish the config file filament-issues
now on your config file edit orgs and repos so you can select which organization and repository you want to fetch issues from
now on your services.php
config add this
and on your .env
file add this
now clear your config
after install you will find a refresh button on the issues resource you can click it the fetch your issues from GitHub make sure your queue is running
Usage
you can use this Issues on public by just use this component
or you can use direct issue card by use this component
Refresh Your issues
we create a predefined command to refresh your issues by use this command
Register Repo using Facade
you can register your repo by use this code on your AppServiceProvider.php
Integration With Filament CMS Builder
you can use this package with Filament CMS Builder by use this code on your AppServiceProvider.php
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-issues with dependencies
filament/filament Version ^3.2
tomatophp/console-helpers Version ^1.1
mallardduck/blade-boxicons Version ^2.4