madewithlove / laravel-nova-uuid-support
Adds uuid and other string identifier support to Laravel Nova
Installs: 122 927
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 6
Forks: 7
Open Issues: 1
Requires
- php: ^7.3|^8.0
- illuminate/support: ^5.7.15 | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0|^11.0
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.