nexendrie / book-component
Simple book component with list of chapters/pages and links to previous and next chapter/page
Installs: 661
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/nexendrie/book-component
Requires
- php: >=8.1.0
 - latte/latte: ^2.5
 - nette/application: ^3.1.2
 - nette/utils: ^3.2.2
 - nexendrie/utils: ^1.9
 
Requires (Dev)
- nette/http: 3.1.2
 - nexendrie/code-quality: dev-master
 - nexendrie/site-generator: ^0.8
 - nexendrie/translation: ^2.3.1
 - phpstan/phpstan-deprecation-rules: ^2.0
 
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.