artincms / laravel_faq
Official ArtinCMS.com Laravel Comment Systems Package
Installs: 410
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Requires
- artincms/laravel_tagable: dev-master
- yajra/laravel-datatables-oracle: >=9.0
This package is auto-updated.
Last update: 2025-03-08 17:33:26 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" --forcethis 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