2017 © Pedro Peláez
 

library laravel-navigation-builder

image

hnhdigital-os/laravel-navigation-builder

  • Monday, July 16, 2018
  • by bluora
  • Repository
  • 1 Watchers
  • 1 Stars
  • 66 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 22 Versions
  • 8 % Grown

The README.md

     __             ___       _ _     _
  /\ \ \__ ___   __/ __\_   _(_) | __| | ___ _ __ 
 /  \/ / _` \ \ / /__\// | | | | |/ _` |/ _ \ '__|
/ /\  / (_| |\ V / \/  \ |_| | | | (_| |  __/ |
\_\ \/ \__,_| \_/\_____/\__,_|_|_|\__,_|\___|_|

Create and manage your navigation., (*1)

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License Donate to this project using Patreon, (*2)

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital., (*3)

Documentation

Installation

Via composer:, (*4)

$ composer require hnhdigital-os/laravel-navigation-builder ~3.0, (*5)

Configuration

Enable the facade by editing config/app.php:, (*6)

    'aliases' => [
        ...
        'Nav' => HnhDigital\NavigationBuilder\Facade::class,
        ...
    ];

The service provider will autoload from Laravel 5.5., (*7)

To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:, (*8)

Enable the service provider by editing config/app.php:, (*9)

    'providers' => [
        ...
        HnhDigital\NavigationBuilder\ServiceProvider::class,
        ...
    ];

Usage

(Not available yet!), (*10)

See the wiki for all usage documentation., (*11)

Contributing

Please see CONTRIBUTING for details., (*12)

Credits

License

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

The Versions