2017 © Pedro Peláez
 

library automenu

Smart menu form Laravel 5.6

image

sirgrimorum/automenu

Smart menu form Laravel 5.6

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 30 % Grown

The README.md

automenu

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Easy Menu builder for Laravel using Bootstrap framework., (*2)

Install

Via Composer, (*3)

``` bash $ composer require sirgrimorum/automenu, (*4)

 Then publish de configuration files for the auto generated menus:

First the configuration file (general configuration for a menu)
``` bash
$ php artisan vendor:publish --tag=config

Then the lang file (especific localizable configuration for a menu) ``` bash $ php artisan vendor:publish --tag=lang, (*5)


Optionally, you can publish the blade views that generate the menus if needed to be changed (not recommended) ``` bash $ php artisan vendor:publish --tag=views

Usage

In a blade layout use ``` html {!! AutoMenu::buildAutoMenu()!!}, (*6)

 or the blade directive
``` html
@load_automenu()

This will use the default parameters, givin the menu an id of "menu" and using the configurations in app/config/sirgrimorum/automenu.php and resources/lang/vendor/automenu/en/automenu.php, (*7)

To use a diferent configuration, create a copy of the two configuration files and follow the instructions and give the call strings (the same for the config() and trans() commands) in the second and third parameters of the function call, (*8)

php AutoMenu::buildAutoMenu("menu_id","menus.new_config","menu_new_lang");, (*9)

Change log

Please see CHANGELOG for more information on what has changed recently., (*10)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*11)

Security

If you discover any security related issues, please email andres.espinosa@grimorum.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

06/04 2018

dev-master

9999999-dev https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

06/04 2018

1.2.10

1.2.10.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

05/04 2018

1.2.9

1.2.9.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

03/04 2018

1.2.8

1.2.8.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

03/04 2018

1.2.7

1.2.7.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

03/04 2018

1.2.6

1.2.6.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

03/04 2018

1.2.5

1.2.5.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

03/04 2018

1.2.4

1.2.4.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

21/03 2018

1.2.3

1.2.3.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

20/03 2018

1.2.2

1.2.2.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

20/03 2018

1.2.0

1.2.0.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

20/03 2018

1.2.1

1.2.1.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

28/02 2018

1.1.0

1.1.0.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum

28/02 2018

1.0.0

1.0.0.0 https://github.com/sirgrimorum/automenu

Smart menu form Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

automenu sirgrimorum