dedecube/laravel-nova-profile

一个 Laravel Nova 工具。

v0.0.2 2023-10-26 17:16 UTC

This package is auto-updated.

Last update: 2024-09-26 19:22:59 UTC


README

简介

此包提供了一款强大的工具,旨在通过在 Nova 面板中提供全面的 '个人资料' 部分来丰富用户体验。此功能不仅显示当前用户的数据,还提供了一种无缝更新密码的方式,确保了安全和以用户为中心的体验。

安装

  1. 使用 composer 安装
composer require dedecube/laravel-nova-profile
  1. 在 NovaServiceProvider 中注册工具
public function tools()
{
    return [
        // ...
        new \Dedecube\Profile\Profile(),
    ];
}
  1. 访问您的 nova 在 /profile。