Victor R
Victor R
### Versions: - ide-helper Version: dev-master - Laravel Version: 8.78.1 - PHP Version: 8.0.13 ### Description: As described in the [pull request](https://github.com/laravel/framework/pull/40022) attribute marked methods should be protected which makes...
Added a new method `pausedUntil()` that allows setting an initial `resume_at` date when building a Haystack. This can be used to set a longer initial delay if you are using...
This pull request introduces a new feature to allow for personalization of unique slugs. If the slug is not unique and you want to try to make it unique by...
This PR attempts to solve a scenario in which Fleet support has already been installed in an application with SSL/TLS and then that app is used on a different computer...
This PR adds methods in the `HasTries` trait to allow the retry options to be set dynamically (mainly when using resources) ```php $this->connector ->withRetry(tries: 3, intervalMilliseconds: 1000, exponentialBackoff: true, ,...