$this
prependMiddlewareToGroup(string $group, string $middleware)
Add a middleware to the beginning of a middleware group. If the middleware is already in the group, it will not be added again. Parameters string $group string $middleware Return Value $this