git clone https://github.com/jc91715/oc-plugin-book plugins/jc91715/book
php artisan october:up
example:
-
lists page:
/books
put theBookLists
component in this page,choose the chapterPage redirect to list page -
list page:
/books/:doc_id/chapters/:chapter_id?
the url must contain :doc_id
and chapter_id
params
put the BookList
component in this page,choose the translatePage redirect to translate page
- translate page:
/:class_type/:slug/translate/:type?
put the Translate
component in this page
create some data in backend