Skip to content

Commit

Permalink
image working
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Feb 8, 2024
1 parent 84fc8e6 commit dbb3360
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __invoke(StoreBlogRequest $storeBlogRequest, StoreBlogAction $st
$drafted = (bool)$storeBlogRequest->input('is_draft');

return redirect()
->route('dashboard.blogs.index')
->back()
->with('success', $blog->title . ' successfully ' . ($drafted ? 'drafted' : 'published'));
}
}
93 changes: 88 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@tiptap/pm": "^2.2.1",
"@tiptap/starter-kit": "^2.2.1",
"@tiptap/vue-3": "^2.2.1",
"@vueuse/core": "^10.7.2",
"clean-install": "^1.0.0"
}
}
Loading

0 comments on commit dbb3360

Please sign in to comment.