PHPackages                             jsbhudev/faq - 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. [API Development](/categories/api)
4. /
5. jsbhudev/faq

ActiveLibrary[API Development](/categories/api)

jsbhudev/faq
============

Get List Of FAQ Api

07PHP

Since May 26Pushed 4y agoCompare

[ Source](https://github.com/jsbhudev/faq)[ Packagist](https://packagist.org/packages/jsbhudev/faq)[ RSS](/packages/jsbhudev-faq/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Welcome Faq Api Package
=======================

[](#welcome-faq-api-package)

Faq is a laravel package for quick Faq Api Module setup in laravel..

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install Faq.

###### Step – 1 📌

[](#step--1-)

Go To Your Laravel Application Folder

###### Step – 2 📌

[](#step--2-)

go command prompt

###### Step – 3 📌

[](#step--3-)

```
composer require jsbhudev/faq
```

###### Step – 4 📌

[](#step--4-)

```
php artisan vendor:publish --tag=config
```

###### Step – 5 📌

[](#step--5-)

```
Go to file config\faq.php
```

Follow Path Array Set Your Custom Output

```
'path' => [
    'route' => 'api/faq',
    'success_msg' => 'Faq Get Successfully',
    'question' => 'Question',
    'answer' => 'Ans',
    ],
```

###### Step – 6 📌

[](#step--6-)

Set .env File As You Can Use Regularly

###### For new Setup :

[](#for-new-setup-)

```
php artisan migrate:fresh
```

###### For existing Setup :

[](#for-existing-setup-)

```
php artisan migrate
```

###### Step – 7 📌

[](#step--7-)

Get A List Of Registered Route Follow Command

```
php artisan route:list
```

###### Step – 8 📌

[](#step--8-)

Following Route Is Exist Or Not

```
URI         | Name          | Action
api/faq     | api.faq.index | jsbhudev\faq\Http\Controllers\Api\FaqController@index
```

###### 🙏 Thank You for your intrest. 🙏

[](#-thank-you-for-your-intrest-)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f69eb458382106afc5698de83ca578cbc45abc3ba23bdea391eddb57ba1797b?d=identicon)[Jasminshukal](/maintainers/Jasminshukal)

---

Top Contributors

[![backendappgurus](https://avatars.githubusercontent.com/u/161599374?v=4)](https://github.com/backendappgurus "backendappgurus (8 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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