Looking to hire Laravel developers? Try LaraJobs

laravel-nova-uuid-support maintained by madewithlove

Description
Adds uuid and other string identifier support to Laravel Nova
Last update
2024/09/16 12:27 (dev-master)
License
Links
Downloads
133 580

Comments
comments powered by Disqus

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.