You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all projects keep their web middleware group untouched. Some projects add extra middleware to that group which hinders the functionality of the private routes. This will allow users to easily edit the middleware for their private routes.
Request
Can we add the following code to the CypressServiceProvider::boot function?
Reason
Not all projects keep their web middleware group untouched. Some projects add extra middleware to that group which hinders the functionality of the private routes. This will allow users to easily edit the middleware for their private routes.
Request
Can we add the following code to the CypressServiceProvider::boot function?
Then just make a config/cypress.php file that defines the following parameters:
Finally, in CypressServiceProvider::addRoutes, replace it with the following code:
The text was updated successfully, but these errors were encountered: