Package Data | |
---|---|
Maintainer Username: | bluora |
Maintainer Contact: | rocco@hnh.digital (Rocco Howard) |
Package Create Date: | 2016-10-28 |
Package Last Update: | 2023-05-11 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:03:27 |
Package Statistics | |
---|---|
Total Downloads: | 128 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
__ ___ _ _ _
/\ \ \__ ___ __/ __\_ _(_) | __| | ___ _ __
/ \/ / _` \ \ / /__\// | | | | |/ _` |/ _ \ '__|
/ /\ / (_| |\ V / \/ \ |_| | | | (_| | __/ |
\_\ \/ \__,_| \_/\_____/\__,_|_|_|\__,_|\___|_|
Create and manage your navigation.
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
Via composer:
$ composer require hnhdigital-os/laravel-navigation-builder ~1.0
Enable the facade by editing config/app.php:
'aliases' => [
...
'Nav' => HnhDigital\NavigationBuilder\Facade::class,
...
];
The service provider will autoload from Laravel 5.5.
To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:
Enable the service provider by editing config/app.php:
'providers' => [
...
HnhDigital\NavigationBuilder\ServiceProvider::class,
...
];
(Not available yet!)
See the wiki for all usage documentation.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.