]> BookStack Code Mirror - bookstack/commit
Added comments controller, model, repo, and the database schema. Modified existing...
authorAbijeet <redacted>
Fri, 13 Jan 2017 16:15:48 +0000 (21:45 +0530)
committerAbijeet <redacted>
Fri, 13 Jan 2017 16:15:48 +0000 (21:45 +0530)
commit397db0442853bcca281687fd2f97614e925d0dfd
treeffe64ba08f44c1c481d1ccf71d2812ed9dba3cf3
parentcd6572b61af2165133468d2562d04dffdca8fca8
Added comments controller, model, repo, and the database schema. Modified existing Page model to associate with comments.
.gitignore
app/Comment.php [new file with mode: 0644]
app/Http/Controllers/CommentController.php [new file with mode: 0644]
app/Page.php
app/Repos/CommentRepo.php [new file with mode: 0644]
database/migrations/2017_01_01_130541_create_comments_table.php [new file with mode: 0644]
resources/views/home.blade.php
routes/web.php