madewithlove/laravel-nova-uuid-support

为 Laravel Nova 添加对 uuid 和其他字符串标识符的支持

v1.6 2024-09-16 10:27 UTC

This package is auto-updated.

Last update: 2024-09-16 10:28:59 UTC


README

本包为 Laravel Nova 添加了对具有字符串标识符(如 uuid)的资源和支持的用户的支持。

用法

请注意,您应仅在 Laravel Nova 项目中使用此包。

# install the package
composer require madewithlove/laravel-nova-uuid-support

# run your migrations
php artisan migrate

就这样,您的 Laravel Nova 安装现在可以处理具有字符串标识符的资源和支持的用户。