A trait that provides support for uuid for eloquent models.
neelbhanushali/laravel-uuid is a Laravel package for a trait that provides support for uuid for eloquent models..
It currently has 0 GitHub stars and 8 downloads on Packagist (latest version 1.0).
Install it with composer require neelbhanushali/laravel-uuid.
Discover more Laravel packages by neelbhanushali
or browse all Laravel packages to compare alternatives.
Last updated
A trait that provides support for uuid for eloquent models.
composer require neelbhanushali/laravel-uuid
NeelBhanushali\LaravelUUID\Traits\HasUUID trait in your Eloquent Model.primary key in the migration for that model is added using $table->uuid('KEY_NAME')->primary();.