dedecube / laravel-nova-profile
一个 Laravel Nova 工具。
v0.0.2
2023-10-26 17:16 UTC
Requires
- php: ^8.0
- laravel/nova: ^4.0
README
简介
此包提供了一款强大的工具,旨在通过在 Nova 面板中提供全面的 '个人资料' 部分来丰富用户体验。此功能不仅显示当前用户的数据,还提供了一种无缝更新密码的方式,确保了安全和以用户为中心的体验。
安装
- 使用 composer 安装
composer require dedecube/laravel-nova-profile
- 在 NovaServiceProvider 中注册工具
public function tools() { return [ // ... new \Dedecube\Profile\Profile(), ]; }
- 访问您的 nova 在 /profile。