]> BookStack Code Mirror - bookstack/commit
Started working on chapters
authorDan Brown <redacted>
Mon, 27 Jul 2015 19:17:08 +0000 (20:17 +0100)
committerDan Brown <redacted>
Mon, 27 Jul 2015 19:17:08 +0000 (20:17 +0100)
commitb9df3c647a05227d0bbcf774ae7d05034308c4db
tree9f3dd50897467388e7b50dde3fcf0732781cf5c8
parentef77c10a7038165e78d18f9a1431c1e8d966efc3
Started working on chapters
17 files changed:
app/Book.php
app/Chapter.php [new file with mode: 0644]
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php [new file with mode: 0644]
app/Http/routes.php
app/Page.php
app/Repos/ChapterRepo.php [new file with mode: 0644]
app/Repos/PageRepo.php
database/migrations/2015_07_12_190027_create_pages_table.php
database/migrations/2015_07_27_172342_create_chapters_table.php [new file with mode: 0644]
gulpfile.js
readme.md
resources/assets/sass/styles.scss
resources/views/base.blade.php
resources/views/books/show.blade.php
resources/views/chapters/create.blade.php [new file with mode: 0644]
resources/views/chapters/form.blade.php [new file with mode: 0644]