-
Notifications
You must be signed in to change notification settings - Fork 4
Not Working Laravel 7x & Nova 3x #2
Comments
I used the tool to create my redirects. I then made a "Redirect" middleware and used the Model provided by the tool to chech for a redirect and redirect the user. `<?php namespace App\Http\Middleware; use Closure; class Redirect
}` Assign it in the HTTP Kernel.
Seems to work. |
I expected this to be part of the package rather than having to create my own, which could easily be done without the package. |
Hi all, why is this package needed in nova?, I am trying to do a simple redirect inside a middleware I have created for nova and it is not redirectling correctly, can someone tell me why?
|
I have submitted a PR to introduce a middleware for this: #5 |
I tried creating a redirect, which saved ok with exception to the type now updating correctly but when I try and visit a page that I added a redirect for it doesn't redirect, not sure what exactly this package is supposed to do but it doesn't seem to work.
The text was updated successfully, but these errors were encountered: