Sascha-Oliver Prolić
Sascha-Oliver Prolić
I didn't check all of them in details, but symfony/messenger looks promising. If you don't need plugin support (or middlewares), you can also write your own in an hour.
@webdevilopers yes, quick and dirty prototyping to help get users up to speed. it's not a recommended best practices section, only something to demonstrate how it works.
If you have a need for it. I usually don't. Sascha-Oliver Prolic Am Di., 10. Dez. 2019 um 15:23 Uhr schrieb webDEVILopers < [email protected]>: > I get it @prolic ....
The service bus will throw its own exceptions. If you don't like this behavior and want it to throw your custom exceptions directly instead, attach a listener to finalize event...
IMHO we shouldn't add annotations for phan + phpstan + psalm. It adds to much overhead to support all of those and next week we might have another 3 additionally....
Thanks, can you tell me how to let laravels restart when fswatch detects a change? There is nothing is the docs.
@hhxsv5 thanks, I'll check it out :)
You can close this issue if you like or leave it open for others to find, as you please
If you don't like this and want to block static calls on Guid instead, maybe you should also consider removing (or deprecating for now) those static methods from Uuid class...
Also consider this: ``` $f = new Ramsey\Uuid\UuidFactory(new Ramsey\Uuid\FeatureSet(true)); var_dump($f->uuid4()); ``` will return: `PHP Fatal error: Uncaught Ramsey\Uuid\Exception\InvalidArgumentException: The byte string received does not contain a valid version in vendor/ramsey/uuid/src/Guid/Fields.php:83`