dedecube/laravel-nova-profile

A Laravel Nova tool.

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

This package is auto-updated.

Last update: 2024-05-26 18:42:33 UTC


README

screenshot.png

Introduction

This package provide a powerful tool designed to enrich the user experience by offering a comprehensive 'profile' section in Nova panel. This feature not only displays the current user's data but also provides a seamless means to update their password, ensuring a secure and user-centric experience.

Installation

  1. Install using composer:
composer require dedecube/laravel-nova-profile
  1. Register tool in NovaServiceProvider:
public function tools()
{
    return [
        // ...
        new \Dedecube\Profile\Profile(),
    ];
}
  1. Visit your nova at /profile.