Download the PHP package cownet/laravel-uuid without Composer
On this page you can find all versions of the php package cownet/laravel-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cownet/laravel-uuid
More information about cownet/laravel-uuid
Files in cownet/laravel-uuid
Download cownet/laravel-uuid
More information about cownet/laravel-uuid
Files in cownet/laravel-uuid
Vendor cownet
Package laravel-uuid
Short Description Laravel extension for UUID use in model
License MIT
Package laravel-uuid
Short Description Laravel extension for UUID use in model
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-uuid
Laravel UUID
Laravel extension for UUID use in model. This library is a wrapper that allows WebPatser UUID library to auto-integrate within Laravel eloquent model.
Installation
Using composer
composer require cownet/laravel-uuid
Setup
Change model namespace from
use Illuminate\Database\Eloquent\Model;
To
use Cownet\Laravel\Uuid\Model;
To enable UUID in your model, as per Laravel's documentation, apply public $incrementing = false;
on your model
and it will have UUID support instead of auto incrementing.
All versions of laravel-uuid with dependencies
PHP Build Version
Package Version
Requires
flynowpaylater/laravel-uuid Version
dev-master
illuminate/database Version *
php Version ^8.0
illuminate/database Version *
php Version ^8.0
The package cownet/laravel-uuid contains the following files
Loading the files please wait ....