Looking to hire Laravel developers? Try LaraJobs

laravel-uuid maintained by neelbhanushali

Description
A trait that provides support for uuid for eloquent models.
Last update
2019/10/29 18:57 (dev-master)
License
Links
Downloads
8
Tags

Comments
comments powered by Disqus

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();.