LaravelPackages.net
Acme Inc.
Toggle sidebar
neelbhanushali/laravel-uuid

A trait that provides support for uuid for eloquent models.

8
0
1.0
About neelbhanushali/laravel-uuid

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

Laravel UUID

A trait that provides support for uuid for eloquent models.

composer require neelbhanushali/laravel-uuid

  • use NeelBhanushali\LaravelUUID\Traits\HasUUID trait in your Eloquent Model.
  • Make sure the primary key in the migration for that model is added using $table->uuid('KEY_NAME')->primary();.

Star History Chart