Robert Boes
Robert Boes
Could you provide the steps to reproduce this? I just did a fresh Laravel install (Laravel Framework 7.18.0) and then installed this package (`composer require pragmarx/google2fa-laravel`). This package only installs...
I see, it was jeremeamia/superclosure in Laravel 5.3, was updated to opis/closure in > 5.7. This means @patrickbatenburgsalesdock should upgrade their Laravel install and has nothing to do with this...
I think it would be best to add this to the customer's balance, this way it's less confusing for the customer. I would assume the following would happen: - MInimum...
We have a few base plans, like regular and pro for example. But we also have some more dynamic "add-ons" for those plans. For example a user has a regular...
I think more use-cases should be figured out, since I would assume the preprocessors would always be called, even on the first payment. But that's also where it gets complicated,...
Maybe it has something to do with the firewall package, but I've updated all my packages except this one. When I do update this one I get the error mentioned...
It's a required in antonioribeiro/firewall, but I don't get the error when I force to use v0.6.11
I am on Laravel 5.2, the optimized class loader generated correctly, but it's actually broken when I executed another artisan command (like ```php artisan config:cache```). It doesn't give you the...
Seems like you didn't use ```php artisan optimize --force```, the force is important here, because it compiles the common classes (```bootstrap\cache\compiled.php```). I did the following to reproduce; ```bash composer create-project...
`Blob` doesn't have a `name` attribute, it's an arbitrary attribute, just as you could do `blob.asdf = 'something'`, see https://developer.mozilla.org/en-US/docs/Web/API/Blob for more info You can just transform it to a...