laravel-quick-menus maintained by davide-casiraghi
Description
A Laravel package to generate Bootstrap 4 multi language menus.
Author
Last update
2020/04/05 13:30
(dev-master)
License
Downloads
2 101
Laravel Quick Menus
A Laravel package to generate Bootstrap 4 multi language menus.
Installation
You can install the package via composer:
composer require davide-casiraghi/laravel-quick-menus
Publish all the vendor files
php artisan vendor:publish --force
Run the database migrations
php artisan migrate
Usage
// Usage description here
Testing
./vendor/bin/phpunit --coverage-html=html
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email davide.casiraghi@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
