Download the PHP package mohan9a/adminlte-faq without Composer
On this page you can find all versions of the php package mohan9a/adminlte-faq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mohan9a/adminlte-faq
More information about mohan9a/adminlte-faq
Files in mohan9a/adminlte-faq
Package adminlte-faq
Short Description A FAQ builder for laravel adminlte package.
License MIT
Informations about the package adminlte-faq
FAQ Builder for Adminlte
FAQ Builder is a Laravel package for adminlte that allow the create and manage FAQ in an easy way.
Quick Installation
Begin by installing this package through Composer.
You can run:
Or edit your project's composer.json file to require mohan9a/adminlte-faq.
Next, update Composer from the Terminal:
Once the package's installation completes, the final step is to add the service provider. Open config/app.php
, and add a new item to the providers array:
Finally Publish package's configuration file:
Then the file config/adminlte-faq.php
will be created. Define your own table name, prefix and middleware name.
Publish package's migration file:
Finally run migration:
Publish package's assets:
Install one dependancy package using adminlte way.
That's it! You're ready to go.
Run Laravel app:
You can access the faqs at with URL: http://127.0.0.1/admin/faqs
Contribute and share ;-)
If you like this little piece of code share it with you friends and feel free to contribute with any improvements.
All versions of adminlte-faq with dependencies
php Version >=7.2.0
jeroennoten/laravel-adminlte Version ^3.8
laravelcollective/html Version ^6.3