Skip to content

artincms/laravel_FAQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel_FAQ

laravel FAQ Manager is a laravel package for manage common answer and question.

Requiments

  • PHP >= 7.0
  • Laravel 5.5|5.6

Installation

Quick installation

composer require artincms/laravel_faq
publish vendor
 $ php artisan vendor:publish --provider="ArtinCMS\FAQ\FAQServiceProvider" --force
this package use laravel tagable system for use this package you should publish laravel tagable system with bellow command
 $ php artisan vendor:publish --provider="ArtinCMS\LTS\LTSServiceProvider" --force
migrate tabales
$ php artisan migrate

usage

Frontend

this package use vue js in frontend . for use this package at first you should add bellow javascript
    <script src="{{ asset('vendor/laravel_faq/components/faq_b_4.min.js') }}" defer></script>

and for create html element you can use bellow html code :

<div id="faq_temp">
    <laravel_faq lang_id=1 :rtl=true></laravel_faq>
</div>

that lang_id is id of language you use and rtl is true or false that true meen direction of site is rtl and false meen direction of site is ltr

About

Frequently asked questions (FAQ) or Questions and Answers for laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published