Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
support 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Mombuyish committed Sep 9, 2020
1 parent c3153b2 commit edc64a0
Show file tree
Hide file tree
Showing 3 changed files with 1,107 additions and 330 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported 1 slug(required) and 5 options uri, so you can do: `resources/views/he
![](https://i.imgur.com/BA6XFjd.png)

## Optional
Sometimes, you need to add the customize whoops page for situation.
Sometimes, you need to add the customization whoops page for situations.
For example, your directory is `resources/views/hello` but you need to set whoops for this directory, add `whoops.blade.php` on the same directory layer, if you want to customize specific whoops, you can do the same above, otherwise it will aborting 404 by default.

Enjoy it 🎉
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=7",
"illuminate/support": "5.*|^6.0|^7.0",
"illuminate/view": "5.*|^6.0|^7.0",
"illuminate/config": "5.*|^6.0|^7.0",
"illuminate/routing": "5.*|^6.0|^7.0",
"illuminate/http": "5.*|^6.0|^7.0"
"illuminate/support": "5.*|^6.0|^7.0|^8.0",
"illuminate/view": "5.*|^6.0|^7.0|^8.0",
"illuminate/config": "5.*|^6.0|^7.0|^8.0",
"illuminate/routing": "5.*|^6.0|^7.0|^8.0",
"illuminate/http": "5.*|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.7",
Expand Down
Loading

0 comments on commit edc64a0

Please sign in to comment.