Middleware for specific resources or pages
Is it possible to declare a middleware that only applies to certain resources or pages?
Solution
So, I figured it out... you can add $routeMiddleware to Resources and Pages...
public static array|string $routeMiddleware = ['specialmiddleware'];