Download the PHP package xblade-auth/xblade-ui-auth without Composer
On this page you can find all versions of the php package xblade-auth/xblade-ui-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xblade-auth/xblade-ui-auth
More information about xblade-auth/xblade-ui-auth
Files in xblade-auth/xblade-ui-auth
Package xblade-ui-auth
Short Description A simple Laravel package to replace Laravel Breeze UI with a customizable Tailwind-based UI
License MIT
Informations about the package xblade-ui-auth
XBlade UI Auth 🚀
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:
Then publish the views to replace all old views from Larave Breeze into xblade-ui-auth:
If need:
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:
To modify styles, edit the Tailwind CSS classes inside the view files.
✨ Update
Run the following command to update the package:
Then publish the views to replace all old views from Larave Breeze into xblade-ui-auth:
❌ Uninstalling
Then, remove the package:
To restore Laravel Breeze's default UI, run:
Then, To install the Breeze UI back:
If need:
📜 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. 🚀