| Package Data | |
|---|---|
| Maintainer Username: | PrivateSniper | 
| Maintainer Contact: | taskforce2eu@gmail.com (taskforcedev) | 
| Package Create Date: | 2015-09-29 | 
| Package Last Update: | 2018-01-05 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-11-02 15:00:58 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 504 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 4 | 
| Total Watchers: | 1 | 
| Total Forks: | 1 | 
| Total Open Issues: | 1 | 
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