-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 6 support #29
Comments
Not sure if this package is still being maintained? @jeroennoten could you shed some light on this? |
Hi, unfortunately I don’t have the time to maintain this package. |
Sad news, I hope someone can work on this package in the future! Just 1 thing. Changing on composer.json file "illuminate/support": "~5.0.14|~5.1", to |
I took a copy of the middleware and put in our codebase directly. You can change compoer dependency, and there is one array_ or str_ function ( don’t recall by heart) that needs updating... |
PrerenderMiddleware.php has 2 str_ functions. Line 154 change str_contains to Str::contains and line 248 change str_is to Str::is. |
I researched the forks a bit, I think these two are complete:
I chose the latter, but forked it so I can tag it with a release. |
Any chance that this package can be updated for Laravel 6?
The text was updated successfully, but these errors were encountered: