Looking to hire Laravel developers? Try LaraJobs

laravel-nova-uuid-support maintained by itsmejoshua

Description
Adds uuid and other string identifier support to Laravel Nova
Last update
2022/02/18 03:19 (dev-master)
License
Links
Downloads
13

Comments
comments powered by Disqus

Laravel Nova: Uuid support

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.