Implement Payum/Laravel recurring payment
问题 I have some issues trying to get this working, I've implemented the checkout express (or seems to be) successfully, but also my system needs subscription option, following this example. Now, my problem is that in Laravel you cannot simply put some random files, so I'm trying to do it in the correct way, sadly, there is no documentation of the classes and methods including on the library. I've created some functions within controllers (I don't know if this the right way) the problem I'm facing