Download the PHP package marcandreappel/laravel-uuids without Composer
On this page you can find all versions of the php package marcandreappel/laravel-uuids. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcandreappel/laravel-uuids
More information about marcandreappel/laravel-uuids
Files in marcandreappel/laravel-uuids
Download marcandreappel/laravel-uuids
More information about marcandreappel/laravel-uuids
Files in marcandreappel/laravel-uuids
Vendor marcandreappel
Package laravel-uuids
Short Description Allows the usage of UUIDs in Eloquent models
License MIT
Homepage https://github.com/marcandreappel/laravel-uuids
Package laravel-uuids
Short Description Allows the usage of UUIDs in Eloquent models
License MIT
Homepage https://github.com/marcandreappel/laravel-uuids
Please rate this library. Is it a good library?
Informations about the package laravel-uuids
Laravel-UUIDs
In your migrations, replace $table->id();
with $table->uuid('id');
.
Add the WithUuids
trait in your Eloquent model:
All versions of laravel-uuids with dependencies
PHP Build Version
Package Version
The package marcandreappel/laravel-uuids contains the following files
Loading the files please wait ....