Breeze-plus provides a minimal and simple user profile page where users can update their name, email, password, and delete their account. All controllers, views, routes, requests, and rules are published to your application just like Breeze.
It requires fresh install of Laravel Breeze.
You can install the package via composer:
composer require rlunardelli/laravel-breeze-plus --dev
After Composer has installed the Laravel Breeze-plus package, you may run the breeze-plus:install
Artisan commmand to publish the controllers, views, routes, requests, and rules to your application.
$ php artisan breeze-plus:install
$ npm install && npm run dev
Once the assets have been published, a new dropdown menu item Profile
will show up.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.