itsmejoshua / laravel-nova-uuid-support
Adds uuid and other string identifier support to Laravel Nova
v1.3
2021-01-07 09:01 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^5.7.15 | 5.8.* | ^6.0 | ^7.0 | ^8.0
This package is not auto-updated.
Last update: 2025-03-06 23:15:56 UTC
README
I just didn't like the implementation of the migrations table on the original hack to get Uuid support with laravel nova
So this is cleaner and more acceptable in my world
Usage
Note that you should only use this package in Laravel Nova projects.
# install the package composer require itsmejoshua/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.