Skip to content

Commit ccf8227

Browse files
committed
almost all functionality done expect, comments
1 parent 0d1948f commit ccf8227

File tree

10 files changed

+492
-30
lines changed

10 files changed

+492
-30
lines changed

app/Http/Controllers/CategoryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function show(Category $category)
5050
public function update(Request $request, Category $category)
5151
{
5252
$category->update($request->all());
53-
return response('updated','200');
53+
return response('updated','200');
5454
}
5555

5656
/**

package-lock.json

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@ckeditor/ckeditor5-build-classic": "^12.1.0",
2828
"@ckeditor/ckeditor5-vue": "^1.0.0-beta.2",
2929
"highlight.js": "^9.15.6",
30+
"vue-prismjs": "^1.2.0",
3031
"vue-router": "^3.0.6",
3132
"vue-simplemde": "^0.5.2",
3233
"vuex": "^3.1.1"

0 commit comments

Comments
 (0)