nexendrie / book-component
Simple book component with list of chapters/pages and links to previous and next chapter/page
2.3.0
2020-09-05 20:55 UTC
Requires
- php: >=7.4.0
- latte/latte: ^2.5 || ^3.0
- nette/application: ^3.0
- nette/utils: ^3.0
- nexendrie/utils: ^1.8
- symfony/polyfill-php80: ^1.18
Requires (Dev)
- nexendrie/code-quality: dev-master
- nexendrie/site-generator: ^0.6
- nexendrie/translation: ^2.2
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.