#Order routing from app and package
4 messages · Page 1 of 1 (latest)
Look at other Laravel packages that publish routes, like Cashier, Passport, etc. They have methods that you call to publish routes, i.e. Cashier::routes().
So maybe follow that example.
But I think the biggest issue would be, why have a package provide routes if you’re just going to override them any way?