netlte / panel
Components factory
v1.0.0
2021-04-20 22:23 UTC
Requires
- php: >=7.4
- netlte/actionbar: ^1.0
- netlte/breadcrumbs: ^1.0
- netlte/ui: ^1.1
Requires (Dev)
- netlte/coding-standard: ^1.0
- nette/application: ^3.1
- nette/tester: ^2.0
- phpstan/phpstan: ^0.12.59
- phpstan/phpstan-deprecation-rules: ^0.12.6
- phpstan/phpstan-nette: ^0.12.11
- phpstan/phpstan-strict-rules: ^0.12.5
README
Credits
Feel free to use. Your contributions are very welcome. Feel free to publish pull requests.
Overview
Nette request action components factory. Idea of this package is to wrap all content components into one big panel which runs as nette servis. So your system modules, can reach any page component or add own component into panel no matter if page is actually requested.
As part of this is GUI Header component which is inside panel and define page's heading, subheading, ActionBar and BreadCrumbs navigation.
Install
composer require netlte/panel
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