定制 xblade-auth/xblade-ui-auth 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xblade-auth/xblade-ui-auth

最新稳定版本:v1.1.9

Composer 安装命令:

composer require xblade-auth/xblade-ui-auth

包简介

A simple Laravel package to replace Laravel Breeze UI with a customizable Tailwind-based UI

README 文档

README

XBlade UI Auth is a simple package that replaces Laravel Breeze's authentication views with a modern and customizable UI built with Tailwind CSS.
With just one installation step, you can enhance your Laravel authentication experience.

✨ Features

  • 🎨 Modern design with Tailwind CSS
  • 📱 Fully responsive and minimalist UI
  • 🔐 Includes Dashboard, Login, Register, Forgot Password, Reset Password, Confirm Password, and Email Verification pages
  • 👤 Includes Profile Management => Edit Profile, Change Password, and Delete Account pages
  • 🔗 Supports Social Authentication (Google Button)

🛠 Installation

Run the following command to install the package:

composer require xblade-auth/xblade-ui-auth

Then publish the views to replace all old views from Larave Breeze into xblade-ui-auth:

php artisan vendor:publish --tag=xblade-auth-views --force

If need:

npm run dev
npm run build

This will automatically replace Laravel Breeze's default authentication views with XBlade's UI.

🚀 Usage

No extra setup is required! After installation:

  • ✅ All authentication pages will be updated automatically.
  • 🎨 The UI is built with Tailwind CSS, making it easy to customize.

If you need to make modifications, edit the views in resources/views/auth/.

🎨 Customization

All authentication views are located in:

resources/views/auth/

To modify styles, edit the Tailwind CSS classes inside the view files.

✨ Update

Run the following command to update the package:

composer update xblade-auth/xblade-ui-auth

Then publish the views to replace all old views from Larave Breeze into xblade-ui-auth:

php artisan vendor:publish --tag=xblade-auth-views --force

❌ Uninstalling

Then, remove the package:

composer remove xblade-auth/xblade-ui-auth

To restore Laravel Breeze's default UI, run:

composer require laravel/breeze --dev

Then, To install the Breeze UI back:

php artisan breeze:install
php artisan vendor:publish --tag=breeze-views --force

If need:

npm run dev
npm run build

📜 License

This package is open-source under the MIT License. Feel free to use and modify it as needed.

XBlade UI Auth - A simple Laravel package to replace Laravel Breeze UI with a customizable Tailwind-based UI. 🚀

统计信息

  • 总下载量: 39
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-30