Download the PHP package glorand/laravel-eloquent-model-uuid without Composer
On this page you can find all versions of the php package glorand/laravel-eloquent-model-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download glorand/laravel-eloquent-model-uuid
More information about glorand/laravel-eloquent-model-uuid
Files in glorand/laravel-eloquent-model-uuid
Package laravel-eloquent-model-uuid
Short Description A simple solution for providing UUID support for the IDs of your Eloquent models.
License MIT
Homepage https://github.com/glorand/laravel-eloquent-model-uuid
Informations about the package laravel-eloquent-model-uuid
Laravel eloquent model uuid
A simple solution for providing UUID support for the IDs of your Eloquent models.
Installation
You can install the package via composer:
Usage
Let us start on the database side of things.
Use model class provided by this package
Instead of extending the standard Laravel model class, extend from the model class provided by this package:
Use Trait on model class:
Testing
Changelog
Please see CHANGELOG for more information 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.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-eloquent-model-uuid with dependencies
illuminate/database Version ~5.8.0|^6.0|^7.0|^8.0|^9.0
illuminate/support Version ~5.8.0|^6.0|^7.0|^8.0|^9.0