PHP code example of christyjoshy / faq-manager

1. Go to this page and download the library: Download christyjoshy/faq-manager library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

christyjoshy / faq-manager example snippets


return [
    /*
    |--------------------------------------------------------------------------
    | Question Perfix Defaults
    |--------------------------------------------------------------------------
    |
    | This option controls the default prefix string for question in frontend faq page. You may change these defaults
    | as y change these defaults
    | as ing.
    | You can change these default to false for hiding as per your needs.
    |
    */
    'category_title_show' => true
];
bash
php artisan vendor:publish --provider="Christyjoshy\FaqManager\LivewireFaqManagerServiceProvider"
bash
php artisan vendor:publish --provider="Christyjoshy\FaqManager\FaqManagerServiceProvider"