Dries Vints

Results 105 issues of Dries Vints

> Re-opening https://github.com/spatie/global-ray/issues/17 because this still is happening it seems For some bizar reason, Global Ray has stopped working for me. Every time I try to use `ray`, `dd` or...

This is a first attempt at https://github.com/laravel/valet/issues/1233. I've split up the app init for Valet into a separate `cli/app.php` file which can be re-used in the test suite. This will...

Message objects in `HandleConsumer` are at the moment just serialized onto the queued which hard-binds them. It would be good if this job used MessageSerializer like in the repository: https://github.com/EventSaucePHP/LaravelEventSauce/blob/7bd64ed9fea550d2fb1912b561710c7dbc2b72e1/src/LaravelMessageRepository.php#L42

enhancement

See https://github.com/EventSaucePHP/DoctrineMessageRepository/issues/12

enhancement

We'll need to properly implement versioning in the database table and retrieve it from the last record in the `retrieveAll` method of the `LaravelMessageRepository` and also implement the `retrieveAllAfterVersion` method.

enhancement

At the moment the default migration the package provides still automatically gets migrated when you run `php artisan migrate`. This shouldn't be the default behavior as you should only need...

enhancement

**Feature description or problem with existing feature** Support for the new `AllowDynamicProperties` attribute as described in the rfc: https://wiki.php.net/rfc/deprecate_dynamic_properties Similar to how the following was implemented: https://github.com/bmewburn/vscode-intelephense/issues/1904 **Describe the solution...

These changes are a followup to the guest checkout PR here: https://github.com/laravel/cashier-stripe/pull/1438. These allow for a more richer Checkout experience and a more fluent one. You can now use any...

It's not possible to use database statements that cause implicit commits within batches since batches are wrapped in a transaction. See https://github.com/laravel/framework/issues/44152 I added this as a second warning because...

For some bizar reason, Global Ray has stopped working for me. Everytime I try to use `ray`, `dd` or `dump` nothing happens for me and nothing appears in Ray. I...