Download the PHP package paulhenri-l/laravel-has-uuid without Composer
On this page you can find all versions of the php package paulhenri-l/laravel-has-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-has-uuid
LaravelHasUuid
Easily use uuids as the primary key for your eloquent models.
Installation
Usage
This feature is provided as a trait that you should use in your models.
You should also use the uuid filed in your migrations instead of the default id one.
Now whenever you'll create a new model it will be given an uuid instead of an incrementing id
All versions of laravel-has-uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
illuminate/database Version ^8.0
illuminate/support Version ^8.0
ramsey/uuid Version ^4.0
illuminate/database Version ^8.0
illuminate/support Version ^8.0
ramsey/uuid Version ^4.0
The package paulhenri-l/laravel-has-uuid contains the following files
Loading the files please wait ....