Made by Rifat © PONDITs
A Laravel package for FAQ section of any product website.
To install with Composer, simply require the latest version of this package.
composer require rhriday/simple-faq
to download required asset use:
php artisan vendor:publish --tag=public --force
to migrate database with the tables:
php artisan migrate
you can also generate some random FAQs to your collection by using --seed
flag with migrations. Or you can use:
db:seed
instead.
User
table=users
- name
- password
- role (default: 2)
[1 => 'super-admin', 2 => 'admin']
FAQ
table=faqs
- question
- answer
- priority
- publication_status
[0 => Unpublished, 1 => Published]
Read the documentation for further inquiry.
use following credentials to login, and start customizing your FAQ page.
Password | |
---|---|
pondit@admin.com | ponditadmin |
goto YOURSITE/faq
to see the output
- Admin Login
- Dashboard
- Manage FAQs (CRUD)
- Drag & Drop to sort quickly
- Verification message on every action
- Visitors view
- Search any FAQ instantly
- Accordion FAQ dropdown
Watch a live demo of this project on — PONDITs FAQ