Mat Beard

Results 11 issues of Mat Beard

Great package... in fact, too good. I have an Outlook Addin that's served from my Laravel web app. It's a single page, but it requires users to be logged in,...

The title says it all. If the app is installed from Google Play, but an updated version is hosted on a separate server, the new version will be detected and...

Is there any method of sending to a topic? If so, I'll be able to swap out my current FCM package, which was mysteriously stopped working. Thanks

new-feature

The documentation states that `init()` needs to be called before `start()`, but as far as I can tell, this is unnecessary: the tour starts perfectly well by just calling `start()`...

I've just noticed that my tours are not working anymore. The backdrop is displayed, but the popups aren't. I've no idea how long they've not been working, but it's possible...

- Laravel Version: 9.41.0 - PHP Version: 8.0.18 - Database Driver & Version: ODBC Driver 17 for SQL Server ### Description: Code which worked prior to updrading to Laravel 9...

help wanted

Is there a way to implement rate limiting / throttling on the number of mails sent per second? The Symphony AbstractTransport class has a `setMaxPerSecond` method which sets a `rate`...

A notification shceduled for every hour sets up a second notification for 10 minutes later when triggered. The second notification is triggered, but not displayed. cordova.plugins.notification.local.addActions('iwa-mode', [ { id: 'okay',...

When used with Laravel 5.8 an exception is thrown: `Illuminate\Events\Dispatcher::fire()` From the upgrade docs: The fire method (which was deprecated in Laravel 5.4) of the Illuminate/ Events/Dispatcher class has been...

Change send method to use dispatch() rather than fire() for compatibility with Laravel 5.8