nexendrie / book-component
简单的书籍组件,包含章节/页面的列表以及跳转到上一章/页或下一章/页的链接
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
此包将帮助您在Nette框架中创建书籍。它包含章节/页面的列表以及跳转到章节/页面的链接,您也可以从每个章节/页面跳转到上一章/页或下一章/页。
安装
最佳安装方式是通过Composer。只需将 nexendrie/book-component 添加到您的依赖中。