bluora / laravel-navigation-builder
This package is abandoned and no longer maintained.
The author suggests using the hnhdigital-os/laravel-navigation-builder package instead.
2.2.0
2021-08-16 05:44 UTC
Requires
- php: ^7.3
- hnhdigital-os/laravel-html-generator: ^1.0|^2.0
- hnhdigital-os/laravel-number-converter: ^1.0
- laravel/framework: ^7.0|^8.0
Requires (Dev)
- illuminate/support: ^6.0|^7.0|^8.0
- orchestra/testbench: ^5.0
- phpmd/phpmd: ~2.0
- phpunit/phpunit: ^8.3
- squizlabs/php_codesniffer: ~3.0
README
__ ___ _ _ _
/\ \ \__ ___ __/ __\_ _(_) | __| | ___ _ __
/ \/ / _` \ \ / /__\// | | | | |/ _` |/ _ \ '__|
/ /\ / (_| |\ V / \/ \ |_| | | | (_| | __/ |
\_\ \/ \__,_| \_/\_____/\__,_|_|_|\__,_|\___|_|
Create and manage your navigation.
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
Documentation
Installation
Via composer:
$ composer require hnhdigital-os/laravel-navigation-builder ~1.0
Configuration
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, ... ];
Usage
(Not available yet!)
See the wiki for all usage documentation.
Contributing
Please see CONTRIBUTING for details.
Credits
- Rocco Howard
- Inspired by Laravel Menu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.