netlte / navigation
Navigation control
v3.0.1
2023-04-28 14:05 UTC
Requires
- php: >=8.2
- netlte/ui: ^1.1
Requires (Dev)
- netlte/coding-standard: ^1.0
- nette/application: ^3.1
- nette/di: ^3.1
- nette/tester: ^2.4
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-nette: ^1.2
- phpstan/phpstan-strict-rules: ^1.5
README
Credits
Feel free to use. Your contributions are very welcome. Feel free to publish pull requests.
Overview
Package contains Manager
service which holding navigation structure and Navigation
control for rendering navigation in HTML using Latte engine
Install
composer require netlte/navigation
Documentation
You can find more info in .docs folder.
Versions
Tests
Check code quality and run tests
composer build
or separately
composer cs
composer analyse
composer tests