-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Probably obvious but I'm fairly new to Laravel - how can I limit who can get to Sketchpad? Or: how do I define middleware around Sketchpad?
The root question here is: I write in-house apps, and we have an internal support team. I'd like to make available some tools to that support team that my users don't have access to, but I don't want to spend a ton (any) time writing all the UI for these things. Things like "go get this LDAP attribute to see if it's broken" for solving issues. Etc.