samWhisker / laravel-trait-uuid by samWhisker

A Laravel Eloquent Model trait for adding a UUID to Eloquent Models
9,352
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: 2024-03-27 03:11:20
Package Statistics
Total Downloads: 9,352
Monthly Downloads: 338
Daily Downloads: 12
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;