Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Security Policy

If you discover any security related issues, please email steve@tappnetwork.com instead of using the issue tracker.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Filament plugin for managing help articles

[![Latest Version on Packagist](https://img.shields.io/packagist/v/tapp/filament-help.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-help)
![GitHub Tests Action Status](https://github.com/TappNetwork/filament-help/actions/workflows/run-tests.yml/badge.svg)
![GitHub Code Style Action Status](https://github.com/TappNetwork/filament-help/actions/workflows/fix-php-code-style-issues.yml/badge.svg)
![GitHub Tests Action Status](https://github.com/TappNetwork/Filament-Help-Article/actions/workflows/test.yml/badge.svg)
![GitHub Code Style Action Status](https://github.com/TappNetwork/Filament-Help-Article/actions/workflows/pint.yml/badge.svg)
[![Total Downloads](https://img.shields.io/packagist/dt/tapp/filament-help.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-help)

This plugin adds help article management to Filament with admin, frontend, and guest panel capabilities.
Expand All @@ -11,7 +11,7 @@ This plugin adds help article management to Filament with admin, frontend, and g

Filament | Filament Help
:---------|:---------------------------
4.x | 1.x
4.x/5.x | 1.x

## Installation

Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@
"role": "Developer"
}
],
"suggest": {
"filament/filament": "^4.0 - Adds Filament admin panel integration"
},
"require": {
"php": "^8.3",
"filament/filament": "^4.0",
"filament/filament": "^5.0|^4.0",
"illuminate/contracts": "^10.0||^11.0||^12.0",
"spatie/laravel-package-tools": "^1.16"
},
Expand Down