Philip Iezzi (Pipo)
Philip Iezzi (Pipo)
Happy New Year! Can #397 be merged anytime soon?
> Heya. We removed our master branch. Feel free to re-attempt this to 1.x! @Tofandel yes please! This is definitely needed. Greatly appreciating your work towards a glory revival of...
If I'm not taken wrong, this is already fully implemented, as the `Debouncer::debounce()` just returns a standard [`Illuminate\Foundation\Bus\PendingDispatch`](https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Bus/PendingDispatch.php#L60), same as for every regular `ProcessFooBar::dispatch()` call. So you could just do...
Oh, I was wrong! Not about answering this question, but my example was a bit wrong. If you call `Debouncer::debounce(...)->onQueue()`, we would just set the `PendingDispatch` of this packages instantiated...
sorry about the delay. I have never used content templates and didn't find time to test it. Providing at least a unit test would have helped... trying to add it...
added tests and released [v4.1.1](https://github.com/laravel-notification-channels/twilio/releases/tag/4.1.1)
yes, that would be super awesome, indeed! @pascalbaljet has developed this in my project and we're already using it in a lot of FormRequests, greatly streamlining our codebase. Was looking...
@newtonjob > Also, I'd have loved to see this use the current `Rule::exists()` signature and intelligently return the proper underlying rule class, based on whether a model class string was...
> Maybe I am missing something, but where is the Laravel pipelines package being included in composer.json? `illuminate/pipeline` is now included in dbee9fc. I missed adding it, because anyway `laravel/framework`...
> The bug was caused by the way the detach method creates the query to delete the pivot class (creating a new instance and not retrieving the one in the...