PHPackages                             christyjoshy/faq-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. christyjoshy/faq-manager

ActiveLibrary

christyjoshy/faq-manager
========================

This is a FAQ manager package

1.2.0(4y ago)06MITBladePHP ^7.4

Since Jul 6Pushed 4y ago2 watchersCompare

[ Source](https://github.com/christyjoshy/faq-manager)[ Packagist](https://packagist.org/packages/christyjoshy/faq-manager)[ Docs](https://github.com/christyjoshy/faq-manager)[ GitHub Sponsors](https://github.com/christyjoshy)[ RSS](/packages/christyjoshy-faq-manager/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (9)Versions (4)Used By (0)

This is a FAQ manager package
=============================

[](#this-is-a-faq-manager-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/98eb068e911b945690128efdcaf61efbf71a313c777438f9ec90d0bd7226b68a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636872697374796a6f7368792f6661712d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/christyjoshy/faq-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/955b012843c412c2a4674b44201b8c8dfe85e2bcaf13eb3233f4ab3a60b0685e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636872697374796a6f7368792f6661712d6d616e616765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/christyjoshy/faq-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3920a362cc5a5648ee85ccf0008f2a1e60a359eef66f71701f4d86e59f76254a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636872697374796a6f7368792f6661712d6d616e616765722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/christyjoshy/faq-manager/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/19dd36ed054101935ccac759f58614dcc4ac45084129bf0cf7aa9d86243434f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636872697374796a6f7368792f6661712d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/christyjoshy/faq-manager)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require christyjoshy/faq-manager
```

publish the essential files of livewire version

```
php artisan vendor:publish --provider="Christyjoshy\FaqManager\LivewireFaqManagerServiceProvider"
```

publish the essential files

```
php artisan vendor:publish --provider="Christyjoshy\FaqManager\FaqManagerServiceProvider"
```

Frontend Routing :

```
Route::faq('faq');
```

Backend Routing :

```
Route::category('category');
Route::queries('query');
```

Api Routes

Frontend Routing :

```
Route::faqApi('faq');
```

Backend Routing :

```
Route::categoryApi('category');
Route::queriesApi('query');
```

Livewire Routes

```
Route::faqlivewire('livewire');
```

This is the contents of the published config file:

```
return [
    /*
    |--------------------------------------------------------------------------
    | Question Perfix Defaults
    |--------------------------------------------------------------------------
    |
    | This option controls the default prefix string for question in frontend faq page. You may change these defaults
    | as required
    |
    */

    'question_prefix' => 'Q',

    /*
    |--------------------------------------------------------------------------
    | Answer Perfix Defaults
    |--------------------------------------------------------------------------
    |
    | This option controls the default prefix string for answer in frontend faq page. You may change these defaults
    | as required
    |
    */

    'answer_prefix' => 'A',

    /*
    |--------------------------------------------------------------------------
    | Category Name Display Setting
    |--------------------------------------------------------------------------
    |
    | This option controls the settings for display category title in frontend faq page. Default set to true for displaying.
    | You can change these default to false for hiding as per your needs.
    |
    */
    'category_title_show' => true
];
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [christy](https://github.com/christyjoshy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~30 days

Total

2

Last Release

1740d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/741066ea40e6cede603831b33008e7425f33fa1623de43a5195fdf6a2546ab23?d=identicon)[christyjoshy](/maintainers/christyjoshy)

---

Top Contributors

[![christyjoshy](https://avatars.githubusercontent.com/u/85286296?v=4)](https://github.com/christyjoshy "christyjoshy (33 commits)")

---

Tags

laravelchristyjoshyfaq-manager

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/christyjoshy-faq-manager/health.svg)

```
[![Health](https://phpackages.com/badges/christyjoshy-faq-manager/health.svg)](https://phpackages.com/packages/christyjoshy-faq-manager)
```

###  Alternatives

[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
