rlunardelli/laravel-breeze-plus

Minimal Laravel Breeze profile scaffolding with Blade and Tailwind.

2.0.0 2021-12-29 01:40 UTC

This package is auto-updated.

Last update: 2024-04-29 04:59:44 UTC


README

IntroductionRequirementsInstallationChangelogContributingLicense

Total Downloads Latest Stable Version License

Introduction

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.

Requirements

It requires fresh install of Laravel Breeze.

Installation

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.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.