artincms/laravel_faq

Official ArtinCMS.com Laravel Comment Systems Package

Installs: 402

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Language:HTML

dev-master 2020-02-13 06:59 UTC

This package is auto-updated.

Last update: 2024-04-08 15:20:03 UTC


README

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