2017 © Pedro Peláez
 

library faq

Laravel 5 FAQ package

image

taskforcedev/faq

Laravel 5 FAQ package

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

FAQ Package

Laravel FAQ Package., (*1)

Installation

To install the package first of all you should add the package to your projects composer.json, (*2)

"require": { "taskforcedev/faq": "1.*" }, (*3)

Then run composer update, (*4)

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)., (*5)

'providers' => [ ... Taskforcedev\LaravelSupport\ServiceProvider::class, Taskforcedev\Faq\ServiceProvider::class, ], (*6)

Then publish the laravel-support config (if you do not have this already), (*7)

php artisan vendor:publish --tag="taskforce-support", (*8)

Edit the config, in particular the layout to match your sites master layout., (*9)

Finally visit the installation route to run the migrations http://yoursite.com/admin/faq/install, (*10)

Routes

  • GET: /faq
  • GET: /admin/faq

The Versions

05/01 2018

dev-master

9999999-dev

Laravel 5 FAQ package

  Sources   Download

The Requires

 

by Avatar Taskforcedev

laravel faq

05/01 2018

1.1.x-dev

1.1.9999999.9999999-dev

Laravel 5 FAQ package

  Sources   Download

The Requires

 

by Avatar Taskforcedev

laravel faq

05/01 2018

1.1.0

1.1.0.0

Laravel 5 FAQ package

  Sources   Download

The Requires

 

by Avatar Taskforcedev

laravel faq

30/09 2015

v1.0.0

1.0.0.0

Laravel 5 FAQ package

  Sources   Download

The Requires

 

by Avatar Taskforcedev

laravel faq