Skip to content

Commit

Permalink
Without exception handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Nov 12, 2021
1 parent fd25457 commit f80cdec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 70 deletions.
63 changes: 0 additions & 63 deletions docs-v2/content/en/api/exception-handler.md

This file was deleted.

1 change: 0 additions & 1 deletion docs-v2/content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Laravel Restify is MIT Licensed and can be freely by anyone.
'Authentication with Sanctum',
'Handy Response maker',
'Powerful Search',
'Integrated Exception handler',
'JSON:API consistency'
]">
</list>
Expand Down
7 changes: 1 addition & 6 deletions docs-v2/content/en/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: Getting Started

Laravel Restify has a few requirements you should be aware of before installing:

<list :items="['Composer', 'Laravel Framework >= 7.0']">
<list :items="['Composer', 'Laravel Framework >= 8.0']">
</list>

## Installing Laravel Restify
Expand Down Expand Up @@ -86,11 +86,6 @@ You may notice that Restify also use the `EnsureJsonApiHeaderMiddleware` middlew
the `application/vnd.api+json` Accept header for your API requests. So make sure, even when using Postman (or something
else) for making requests, that this `Accept header` is applied.

### Exception Handling

The `exception_handler` configuration allow you to use another default Exception Handler instead of the one Laravel
provides by default. If you want to keep the default one, just left this configuration as `null`.

## Generate repository

Creating a new repository can be done via restify command:
Expand Down

0 comments on commit f80cdec

Please sign in to comment.