dedecube / laravel-nova-profile
A Laravel Nova tool.
v0.0.2
2023-10-26 17:16 UTC
Requires
- php: ^8.0
- laravel/nova: ^4.0
README
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
- Install using composer:
composer require dedecube/laravel-nova-profile
- Register tool in NovaServiceProvider:
public function tools() { return [ // ... new \Dedecube\Profile\Profile(), ]; }
- Visit your nova at /profile.