michielkempen/laravel-uuid-model

Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
15,661
Install
composer require michielkempen/laravel-uuid-model
Latest Version:3.2.0
PHP:^7.0|^8.0
License:MIT
Last Updated:Jul 23, 2023
Links: GitHub  ·  Packagist
Maintainer: michielkempen

Laravel UUID model

Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.

Installation

Add the package to the dependencies of your application

composer require michielkempen/laravel-uuid-model

Security

If you discover any security related issues, please email kempenmichiel@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

michielkempen/lumen-http-helpers

A set of helper classes to segregate the validation and transformation logic fro...

20 0
michielkempen/laravel-http-client

An easy to use Laravel HTTP client on top of Guzzle.

17,692 2
michielkempen/laravel-http-responses

A set of helper classes to segregate the transformation logic from controller to...

3,801 0
michielkempen/laravel-encryptable

A trait to automatically encrypt/decrypt sensitive attributes of Laravel models.

1,580 1
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1