I’m fairly sure there’s a feature request for this somewhere, but as I can’t find it I’m opening this topic for future reference.
This feature request is to allow previewing Library actions, using a debug route that executes a given Library action with optionally given parameters, and such route only works on a Development environment
Similarly, the same could be applied to cron actions
Bump, but I'd like to revise the architecture. Instead of the debug route only work in Development, optionally allow to work in Production protected by a key (like the app's key, but different for security reasons). This can come handy when you want to execute functions (Library actions) like "SendUserEmailVerification" in production. Similar to using Laravel Tinker (REPL).