taskforcedev/faq is a Laravel package for laravel 5 faq package.
It currently has 4 GitHub stars and 504 downloads on Packagist (latest version 1.1.0).
Install it with composer require taskforcedev/faq.
Discover more Laravel packages by taskforcedev
or browse all Laravel packages to compare alternatives.
Last updated
Laravel FAQ Package.
To install the package first of all you should add the package to your projects composer.json
"require": { "taskforcedev/faq": "1.*" }
Then run composer update
Then add the following service provider(s) to your config/app.php (the laravel-support package may already be added so no need to add it twice if it is present).
'providers' => [
...
Taskforcedev\LaravelSupport\ServiceProvider::class,
Taskforcedev\Faq\ServiceProvider::class,
]
Then publish the laravel-support config (if you do not have this already)
php artisan vendor:publish --tag="taskforce-support"
Edit the config, in particular the layout to match your sites master layout.
Finally visit the installation route to run the migrations
http://yoursite.com/admin/faq/install