davide-casiraghi/laravel-quick-menus

A Laravel package to generate Bootstrap 4 multi language menus.

1.1.0 2020-04-05 11:30 UTC

This package is auto-updated.

Last update: 2024-11-05 21:28:17 UTC


README

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.