xblade-auth/xblade-ui-auth
xblade-ui-auth replaces Laravel Breeze's default authentication views with a modern, ready-to-use UI. Built with Tailwind CSS, it offers a clean, responsive design that enhances user experience with minimal setup.
Discount | Hostinger
Premium Hosting & Domain Deals
Free SSL 99.9% Uptime 24/7 Support
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:
composer require xblade-auth/xblade-ui-auth
Then publish the views to replace all old views from Laravel Breeze into xblade-ui-auth:
php artisan vendor:publish --tag=xblade-auth-views --force
If needed:
php artisan config:clear
php artisan cache:clear
🚀 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 re-publish the views:
php artisan vendor:publish --tag=xblade-auth-views --force
❌ Uninstalling
To remove the package:
composer remove xblade-auth/xblade-ui-auth
To restore Laravel Breeze's default UI, run:
composer require laravel/breeze --dev
Then reinstall Breeze UI:
php artisan breeze:install
php artisan vendor:publish --tag=breeze-views --force
If needed:
php artisan config:clear
php artisan cache:clear
📜 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. 🚀