Download the PHP package macsidigital/laravel-uuid without Composer
On this page you can find all versions of the php package macsidigital/laravel-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macsidigital/laravel-uuid
More information about macsidigital/laravel-uuid
Files in macsidigital/laravel-uuid
Package laravel-uuid
Short Description Laravel UUID package
License MIT
Homepage https://github.com/MacsiDigital/laravel-uuid
Informations about the package laravel-uuid
Laravel UUID
UUID's on Laravel models
Laravel UUID, a UUID helper Library
Support us
We invest a lot in creating open source packages, and would be grateful for a sponsor if you make money from your product that uses them.
Installation
This package can be used in Laravel 10.0 or higher with PHP 8.0 and higher. There are older versions which go back to PHP7.4 and Laravel 6.
You can install the package via composer:
Usage
This is quite a simple package, which can be used to override the primary key to uuid, or to add an additional uuid field, our preferred option to keep an incrementing index.
Add a uuid field
Add the trait to get automatic UUID generation
That's it! unless we use a different column name for the uuid field, then we add the following method.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Colin Hall
- MacsiDigital
- All Contributors
License
The MIT License (MIT). Please see License File for more information.