PHPackages                             mohan9a/adminlte-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. [Admin Panels](/categories/admin)
4. /
5. mohan9a/adminlte-faq

ActiveLibrary[Admin Panels](/categories/admin)

mohan9a/adminlte-faq
====================

A FAQ builder for laravel adminlte package.

1.0.0(4y ago)061MITJavaScriptPHP &gt;=7.2.0

Since Jun 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mohan9a/adminlte-faq)[ Packagist](https://packagist.org/packages/mohan9a/adminlte-faq)[ RSS](/packages/mohan9a-adminlte-faq/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

FAQ Builder for Adminlte
------------------------

[](#faq-builder-for-adminlte)

FAQ Builder is a Laravel package for adminlte that allow the create and manage FAQ in an easy way.

**Quick Installation**
----------------------

[](#quick-installation)

Begin by installing this package through Composer.

You can run:

```
composer require mohan9a/adminlte-faq 1.*

```

Or edit your project's composer.json file to require mohan9a/adminlte-faq.

```
    "require": {
        "mohan9a/adminlte-faq": "1.*"
    }

```

Next, update Composer from the Terminal:

```
composer update

```

Once the package's installation completes, the final step is to add the service provider. Open `config/app.php`, and add a new item to the providers array:

```
Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider::class,

```

Finally Publish package's configuration file:

```
php artisan vendor:publish --provider="Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider" --tag="config"

```

Then the file `config/adminlte-faq.php` will be created. Define your own table name, prefix and middleware name.

Publish package's migration file:

```
php artisan vendor:publish --provider="Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider" --tag="migrations"

```

Finally run migration:

```
php artisan migrate

```

Publish package's assets:

```
php artisan vendor:publish --provider="Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider" --tag="assets"

```

Install one dependancy package using adminlte way.

```
php artisan adminlte:plugins install --plugin=toastr

```

That's it! You're ready to go.

Run Laravel app:

```
php artisan serve

```

You can access the faqs at with URL:

**Contribute and share ;-)**
----------------------------

[](#contribute-and-share--)

If you like this little piece of code share it with you friends and feel free to contribute with any improvements.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1467d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fc7d2a9cde6771975c9f15dabc08a610b871215f8d52abdfb8153b3d78eda32?d=identicon)[mohan9a](/maintainers/mohan9a)

---

Top Contributors

[![mohan9a](https://avatars.githubusercontent.com/u/40257448?v=4)](https://github.com/mohan9a "mohan9a (1 commits)")

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[exceedone/exment

Management for Product, Client, Contracts, Subscription, ...

28038.8k](/packages/exceedone-exment)

PHPackages © 2026

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