Anyone has an idea on how I could implement signed routes into an extension ? I want to make un unsubscribe link for users when they receive emails.
Here is the doc from Laravel. I could not find out how to do this because the Illuminate\Support\Facades\URL
isn't working in Flarum. Also I am wondering how I should implement the controller to manage this route and use Illuminate\Http\Request
inside of it.