PHPackages                             fbf/laravel-simple-faqs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fbf/laravel-simple-faqs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fbf/laravel-simple-faqs
=======================

A Laravel 4 package to add simple database driven FAQs to a site

v0.1.0(12y ago)62041[1 issues](https://github.com/FbF/Laravel-Simple-Faqs/issues)MITPHPPHP &gt;=5.3.0

Since Jan 7Pushed 12y ago3 watchersCompare

[ Source](https://github.com/FbF/Laravel-Simple-Faqs)[ Packagist](https://packagist.org/packages/fbf/laravel-simple-faqs)[ RSS](/packages/fbf-laravel-simple-faqs/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel-Simple-Faqs
===================

[](#laravel-simple-faqs)

A Laravel 4 package to add simple database driven FAQs to a site

Features
--------

[](#features)

- Generates a page of FAQs
- Draft/Approved status
- Soft deletes
- Configurable URL, e.g. /faqs
- Order field to control order

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

[](#installation)

Add the following to you composer.json file

```
"fbf/laravel-simple-faqs": "dev-master"

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelSimpleFaqs\LaravelSimpleFaqsServiceProvider'

```

Run the package migration

```
php artisan migrate --package=fbf/laravel-simple-faqs

```

Publish the config

```
php artisan config:publish fbf/laravel-simple-faqs

```

Configuration
-------------

[](#configuration)

URI of the FAQs page

```
'uri' => 'faqs',

```

Page title of the FAQs page

```
'page_title' => 'My FAQs',

```

Meta description of the FAQs page

```
'meta_description' => 'This is the description for my FAQs page',

```

Meta keywords of the FAQs page

```
'meta_keywords' => 'These are the keywords for my FAQs page',

```

Determines whether to show questions at the top of the FAQs page that anchor to the FAQ below

```
'show_questions_at_top' => true,

```

Administrator
-------------

[](#administrator)

You can use the excellent Laravel Administrator package by frozennode to administer your blog.

A ready-to-use model config file for the Faq model (faqs.php) is provided in the src/config/administrator directory of the package, which you can copy into the app/config/administrator directory (or whatever you set as the model\_config\_path in the administrator config file).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

4602d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1890fa7f83fd77b7c73d984199cb9a45ba9871acb4133490f43115c19fe845f?d=identicon)[neilcrookes](/maintainers/neilcrookes)

---

Top Contributors

[![neilcrookes](https://avatars.githubusercontent.com/u/24232?v=4)](https://github.com/neilcrookes "neilcrookes (6 commits)")

---

Tags

laravelfaqs

### Embed Badge

![Health badge](/badges/fbf-laravel-simple-faqs/health.svg)

```
[![Health](https://phpackages.com/badges/fbf-laravel-simple-faqs/health.svg)](https://phpackages.com/packages/fbf-laravel-simple-faqs)
```

###  Alternatives

[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90157.6k](/packages/emargareten-inertia-modal)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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