rockbuzz/lara-uuid
最新稳定版本:2.0.2
Composer 安装命令:
composer require rockbuzz/lara-uuid
包简介
Laravel Uuid
README 文档
README
Laravel Uuid
Requirements
PHP: >=7.3
Install
$ composer require rockbuzz/lara-uuid
Schema::create('workspaces', function (Blueprint $table) { $table->uuid('id')->primary(); ... }); use Rockbuzz\LaraUuid\Traits\UUid; class User extends Authenticatable { use Uuid; public $incrementing = false; protected $keyType = 'string'; protected $casts = [ 'id' => 'string', ]; ... }
License
The Lara Uuid is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-03