PHP code example of mohan9a / adminlte-faq
1. Go to this page and download the library: Download mohan9a/adminlte-faq 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/ */
mohan9a / adminlte-faq example snippets
php artisan vendor:publish --provider="Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider" --tag="config"
php artisan vendor:publish --provider="Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider" --tag="migrations"
php artisan migrate
php artisan vendor:publish --provider="Mohan9a\AdminlteFaq\AdminLteFaqServiceProvider" --tag="assets"
php artisan adminlte:plugins install --plugin=toastr
php artisan serve