madewithlove/laravel-nova-uuid-support

Adds uuid and other string identifier support to Laravel Nova

v1.5 2023-09-13 06:59 UTC

This package is auto-updated.

Last update: 2024-04-04 14:58:00 UTC


README

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.