Looking to hire Laravel developers? Try LaraJobs

laravel-quick-menus maintained by davide-casiraghi

Description
A Laravel package to generate Bootstrap 4 multi language menus.
Last update
2020/04/05 13:30 (dev-master)
License
Downloads
2 101

Comments
comments powered by Disqus

Laravel Quick Menus

Latest Version on Packagist Build Status StyleCI Quality Score Coverage Status GitHub last commit

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.