Looking to hire Laravel developers? Try LaraJobs

laravel-nova-profile maintained by dedecube

Description
A Laravel Nova tool.
Last update
2023/10/26 19:16 (dev-main)
License
Links
Downloads
568
Tags

Comments
comments powered by Disqus

laravel-nova-profile

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.