zablose / navbar
Navbar - Build an HTML from the navigation entities, stored in a database.
3.0.2
2021-04-30 11:02 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
Requires (Dev)
- ext-pdo: *
- facade/ignition: ^2.8.4
- fakerphp/faker: ^1.14.1
- fideloper/proxy: ^4.4.1
- fruitcake/laravel-cors: ^2.0.4
- guzzlehttp/guzzle: ^7.3.0
- laravel/framework: ^8.40.0
- laravel/tinker: ^2.6.1
- mockery/mockery: ^1.4.3
- nunomaduro/collision: ^5.4.0
- phpunit/phpunit: ^9.5.4
README
Render an HTML from the navigation entities, stored in a database.
Installation
Composer
composer require zablose/navbar
Usage example with Laravel
Check Laravel App folder for a usage example.
Main files and folders to look at:
Development
Check submodule readme for more details about development environment used.
Hosts
Append to /etc/hosts
.
127.0.0.1 navbar.zdev
127.0.0.1 www.navbar.zdev
Demo
Visit https://navbar.zdev:44305/ to play with navigation on your development environment.
Index Page
Home Page
License
This package is free software distributed under the terms of the MIT license.