Download the PHP package michalkortas/laravel-uuid without Composer
On this page you can find all versions of the php package michalkortas/laravel-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalkortas/laravel-uuid
More information about michalkortas/laravel-uuid
Files in michalkortas/laravel-uuid
Download michalkortas/laravel-uuid
More information about michalkortas/laravel-uuid
Files in michalkortas/laravel-uuid
Vendor michalkortas
Package laravel-uuid
Short Description Simply create Eloquent Models & database tables with UUID/GUID primary keys.
License MIT
Homepage https://webroad.pl
Package laravel-uuid
Short Description Simply create Eloquent Models & database tables with UUID/GUID primary keys.
License MIT
Homepage https://webroad.pl
Please rate this library. Is it a good library?
Informations about the package laravel-uuid
laravel-uuid
Simply create Eloquent Models & database tables with UUID/GUID primary keys.
Installation
Usage
Add uuid as primary key in your table migration.
Add trait to your Eloquent Model.
Now, when you run migrations, newly created table has datatype ID as CHAR(36). UUID will be inserted automatically with method.
All versions of laravel-uuid with dependencies
PHP Build Version
Package Version
No informations.
The package michalkortas/laravel-uuid contains the following files
Loading the files please wait ....