Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@

'middleware' => [
'api',
//auth.sanctum,
DispatchRestifyStartingEvent::class,
AuthorizeRestify::class,
],
Expand Down
5 changes: 4 additions & 1 deletion docs-v2/content/en/api/actions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Actions menuTitle: Actions category: API position: 4
title: Actions
menuTitle: Actions
category: API
position: 4
---

Restify allow you to define extra actions for your repositories. Let's say you have a list of posts, and you have to
Expand Down
2 changes: 1 addition & 1 deletion docs-v2/content/en/api/rest-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: REST Methods
menuTitle: REST Methods
category: API
position: 1
position: 2
---

## Introduction
Expand Down
Loading