Target: restrict access to the part of spark routes until user did not accept custom form (agreement). All routes have to be restricted except custom agreement form, after user was logged in.
Is there any way to set up global middleware for laravel spark routes?
Looking to the sources and official documentation i can't find the way to do that. Maybe someone can help with this?