Download the PHP package chweb/multi-auth without Composer
On this page you can find all versions of the php package chweb/multi-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chweb/multi-auth
More information about chweb/multi-auth
Files in chweb/multi-auth
Package multi-auth
Short Description Multi-authentication scaffolding for Laravel 11, 12, and 13 with support for Blade, React, and Vue stacks.
License MIT
Homepage https://github.com/harshitchavda11/multi-auth
Informations about the package multi-auth
Laravel Multi-Auth Package
A premium, production-ready multi-authentication package for Laravel 11, 12, and 13 with full Laravel Breeze integration. Supports Blade, React (Inertia), and Vue (Inertia) stacks. Built and maintained by CHWEBTECH.
✨ Features
- 🚀 Quick Setup - One command to scaffold complete authentication for any guard
- 🎨 Multi-Stack Support - Beautifully crafted for Blade, React, and Vue with Inertia.js
- 🔍 Smart Detection - Automatically detects your existing stack and adapts accordingly
- 🔧 Breeze Integration - Seamlessly integrates with Laravel Breeze for consistent UX
- 📦 Full Scaffolding - Models, migrations, controllers, routes, and high-end views
- 🔐 Secure by Design - Includes rate limiting, password rotation, and validation
- 🎯 Guard Isolation - Completely separate authentication flows for different user types
- 💎 Premium UI - Stunning glassmorphism designs with dark mode support and Tailwind CSS
- 💡 Developer Friendly - Interactive CLI prompts and clear success instructions
📋 Requirements
- PHP ^8.4
- Laravel ^11.0 | ^12.0 | ^13.0
- Composer
📦 Installation
Install the package via Composer:
🚀 Quick Start
Create a new authentication guard (e.g., for admin):
Interactive prompts will guide you if any dependencies (like Breeze) are missing.
📖 Usage
Basic Command
Options
--stack=blade|react|vue: Force a specific frontend stack--force: Overwrite existing files (Use with caution)
🎯 What Gets Generated?
Logic & Database
- Model:
app/Models/{Guard}.php - Migration:
database/migrations/{timestamp}_create_{guards}_table.php - Controllers: Located in
app/Http/Controllers/{Guard}Auth/ - Routes:
routes/{guard}.php - Config:
config/multi-auth.php
Premium Views
- Blade:
resources/views/{Guard}Auth/ - React/Vue:
resources/js/Pages/{Guard}Auth/
The generated views feature modern gradients, backdrop blurs (glassmorphism), and fully responsive layouts that look great on all devices.
⚙️ Configuration
1. auth.php Setup
Update your config/auth.php with the generated guard and provider:
2. Route Registration
In your bootstrap/app.php (Laravel 11+):
🔄 Versioning
Current version: 1.4.0
Access version programmatically:
👨💻 Author
Harshit Chavda and Team (CHWEBTECH)
- Email: [email protected]
- Website: chwebtech.com
📄 License
This package is open-sourced software licensed under the MIT license.
Made with ❤️ for the Laravel community by CHWEBTECH
All versions of multi-auth with dependencies
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/filesystem Version ^11.0|^12.0|^13.0
symfony/process Version ^6.0|^7.0|^8.0