madewithlove/laravel-nova-uuid-support
Adds uuid and other string identifier support to Laravel Nova
134,864
28
| Install | |
|---|---|
composer require madewithlove/laravel-nova-uuid-support |
|
| Latest Version: | v1.6 |
| PHP: | ^7.3|^8.0 |
| License: | MIT |
| Last Updated: | Sep 16, 2024 |
| Links: | GitHub · Packagist |
Maintainer: WouterSioen
Laravel Nova: Uuid support
This package adds support to Laravel Nova for resources and users that have string identifiers such as uuid's.
Usage
Note that you should only use this package in Laravel Nova projects.
# install the package
composer require madewithlove/laravel-nova-uuid-support
# run your migrations
php artisan migrate
That's it, your Laravel Nova installation can now handle resources and users with string identifiers.
Related Packages
dyrynda/laravel-model-uuid
This package allows you to easily work with UUIDs in your Laravel models.
3,308,755
484
webpatser/laravel-uuid
Laravel integration for webpatser/uuid - High-performance drop-in UUID replaceme...
18,352,936
1,799
emadadly/laravel-uuid
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
424,049
117