nexendrie / book-component
Simple book component with list of chapters/pages and links to previous and next chapter/page
2.4.1
2026-03-15 20:31 UTC
Requires
- php: >=8.1.0
- latte/latte: ^2.5 || ^3.0
- nette/application: ^3.1.2
- nette/utils: ^3.2.2
- nexendrie/utils: ^1.9.1
Requires (Dev)
- nette/http: 3.1.2
- nexendrie/code-quality: dev-master
- nexendrie/translation: ^2.5
Suggests
- nette/security: To use book page conditions related to user
- nexendrie/translation: Translator
README
This package will help you create a book in Nette Framework. It has a list of chapters/pages with links to the chapters/pages, from each chapter/page you can also jump to previous and next one.
Installation
The best way to install it is via Composer. Just add nexendrie/book-component to your dependencies.