laravel-efficient-uuid
laravel-efficient-uuid copied to clipboard
`dispatch(new MyJob(ModelWithBinaryUuid::create()))` fails with: ``` message: "Unable to JSON encode payload. Error code: 5" exception: "Illuminate\Queue\InvalidPayloadException" file: "/vendor/laravel/framework/src/Illuminate/Queue/Queue.php" line: 91 ``` This is a know issue documented in https://github.com/laravel/framework/issues/15235 and...
Disclaimer: I know it's not recommended to use Laravel Model Uuids / Efficient Uuids as PK. I would happily discuss the situation if you open for a quick architectural debate,...
Thank you for the great package. I'm struggling with a persisting issue and wondering what I'm missing. If I simply load a record from a model, change a property, and...
Hey. Thank you for your package. Really nice. I faced a problem that was getting me crazy for a few hours because the error I was getting was somewhat unexpected....
I'm using the latest v4.0.1 version of the package on Laravel 7. I'm also using PostgreSQL 12. When I try to migrate, I get this error: ``` Method Illuminate\Database\Schema\Grammars\PostgresGrammar::typeEfficientUuid does...
I've faced the same problem described [here ](https://github.com/spatie/laravel-binary-uuid/issues/69)and [here ](https://github.com/spatie/laravel-binary-uuid/issues/61) (but that package has been abandoned). The problem occurs because the exception can't be formatted to normal JSON data since...