Brian Matovu

Results 26 comments of Brian Matovu

I'll likely switch from Laravel UI to fortify in the next major release (targeting Laravel 9).

@iabduul7 `laravel/fortify` isn't the best approach for this package @ankurk91 I intend to switch to `laravel/breeze` when time allow

Breeze has not multi-auth support out of the box. But Fortify approach is more complex to adopt it for multi-auth thus making it harder to maintain in practice. Laravel Breeze...

Improve HTTP logs. **Implemented** - Use the default application logging channel - Use different log levels to reduce the log footprint

It's a known issue with the MTN MM API #25 You can opt out SSL certification verification > app/config/mtn-momo.php ```diff 'guzzle' => [ 'options' => [ - // 'verify' =>...

No apparent issue. I just documented it as a desirable improvement for the next version borrowing from another momo plugin I worked on recently.

@trollfalgar what are the steps to reproduce this issue? And which versions of the package, and version of composer are you using?

@trollfalgar I think, I found the issue... ```php class XMLElement extends \SimpleXMLElement { // ... } ``` `SimpleXMLElement` is not auto-loaded using PSR-4. Fixing this will require a major release...