samWhisker / laravel-trait-uuid by samWhisker

A Laravel Eloquent Model trait for adding a UUID to Eloquent Models
13,031
0
1
Package Data
Maintainer Username: samWhisker
Maintainer Contact: sam@koodoocreative.co.uk (Sam Whisker)
Package Create Date: 2016-06-26
Package Last Update: 2016-11-16
Language: PHP
License: MIT
Last Refreshed: 2025-02-28 15:08:01
Package Statistics
Total Downloads: 13,031
Monthly Downloads: 372
Daily Downloads: 23
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

laravel-trait-updatedby

A Laravel model trait for createing UUID

Installation

"koodoo/laravel-trait-uuid": "dev-master"

Use

In the model

<?php
use Koodoo\laravelTraitUUID\UUID;
use UUID;