Download the PHP package slivka-b/laravel-uuid without Composer
On this page you can find all versions of the php package slivka-b/laravel-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download slivka-b/laravel-uuid
More information about slivka-b/laravel-uuid
Files in slivka-b/laravel-uuid
Package laravel-uuid
Short Description [fork] The package provides UUID keys functionality for Eloquent models with one single trait.
License MIT
Homepage https://github.com/nevadskiy/laravel-uuid
Informations about the package laravel-uuid
Laravel UUID
This package is a fork of nevadskiy/laravel-uuid.
The package provides UUID keys functionality for Eloquent models with one single trait.
More about using UUID as primary keys.
Usage
Add a trait to your model, and it will automatically set the UUID during model creation.
Update your migrations to specify UUID type for a primary key.
Installation
Install a package via composer.
Requirements
- Laravel
9.0
or newer - PHP
8.0
or newer
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Any contribution is Welcome.
Please see CONTRIBUTING for more information.
Security
If you discover any security related issues, please e-mail me instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of laravel-uuid with dependencies
illuminate/database Version ^6.0|^7.0|^8.0|^9.0|^10.0
ramsey/uuid Version ^3.7|^4.7