rlunardelli/laravel-breeze-plus
最新稳定版本:2.0.0
Composer 安装命令:
composer require rlunardelli/laravel-breeze-plus
包简介
Minimal Laravel Breeze profile scaffolding with Blade and Tailwind.
README 文档
README
Laravel Breeze-plus
Introduction • Requirements • Installation • Changelog • Contributing • 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.
统计信息
- 总下载量: 217
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-08