samWhisker / laravel-trait-uuid by samWhisker

A Laravel Eloquent Model trait for adding a UUID to Eloquent Models
12,167
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-12-15 15:08:03
Package Statistics
Total Downloads: 12,167
Monthly Downloads: 308
Daily Downloads: 0
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;