hermajan / fazette
Few addons for Nette framework.
v1.0.0
2025-06-19 16:46 UTC
Requires
- php: >=8.1
- nette/forms: ^3.2
- nette/utils: ^4.0
Requires (Dev)
- latte/latte: ^3.0
- nette/application: ^3.2
- nette/di: ^3.2
- nette/tester: ^2.5
- phpstan/phpstan: ^2.1
- phpstan/phpstan-nette: ^2.0
- tracy/tracy: ^2.10
Suggests
- contributte/translation: For handling translations
Provides
None
Conflicts
None
Replaces
None
README
Library with few addons for Nette framework.
🌟 Features
- Bootstrap Form Renderer: Easy form rendering for Bootstrap 3, 4, and 5.
- Custom Form Controls: HTML5-ready controls for Date, DateTime, and Time inputs.
- Font Awesome Latte Macro: Conveniently render Font Awesome icons directly in your Latte templates.
- Nette Forms Utilities: Helpers for enhanced form labels and input value handling (e.g., nullifying empty strings).
- Paginator Control: Simple and configurable data pagination for Nette applications.
📥 Installation
Install this via Composer:
composer require hermajan/fazette
📚 Documentation
Usage and documentation for this project is in GitHub wiki. Examples are visible on website.