Skip to content

Adds support to Laravel Nova for uuid's and other string identifiers.

License

Notifications You must be signed in to change notification settings

itsmejoshua/laravel-nova-uuid-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Adds support to Laravel Nova for uuid's and other string identifiers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%