Skip to content

Commit

Permalink
fix: Related & Include. (#431)
Browse files Browse the repository at this point in the history
* fix: Related & Include.

* Fix styling

* fix: wip

Co-authored-by: binaryk <[email protected]>
  • Loading branch information
binaryk and binaryk authored Nov 14, 2021
1 parent 8fc6916 commit 7e3d7dc
Show file tree
Hide file tree
Showing 13 changed files with 16,970 additions and 511 deletions.
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

0 comments on commit 7e3d7dc

Please sign in to comment.