itsmejoshua/laravel-nova-uuid-support

Adds uuid and other string identifier support to Laravel Nova

v1.3 2021-01-07 09:01 UTC

This package is not auto-updated.

Last update: 2024-05-16 19:39:13 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.