eloquent-uuid icon indicating copy to clipboard operation
eloquent-uuid copied to clipboard

A Laravel Eloquent Model trait for adding and using a uuid with models

Results 5 eloquent-uuid issues
Sort by recently updated
recently updated
newest added

recent changes broke composer update ![Screenshot (127)](https://user-images.githubusercontent.com/478293/94471268-790e0580-01e6-11eb-891f-898054057649.png)

Just add Laravel 7 alternate uuid versions

Lets use default version of uuid generation from laravel, Laravel 7 clashes with ramsey/uuid

Nice and simple package! If i pull in this package on an existing project it would be cool to generate migrations to insert the new uuid column and update all...