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-04-05 20:06:53 UTC


README

Latest Version on Packagist Build Status StyleCI Quality Score Coverage Status 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36343366656333373964666635663537626234662f6d61696e7461696e6162696c697479 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.