Download the PHP package laravilt/auth without Composer
On this page you can find all versions of the php package laravilt/auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravilt/auth
More information about laravilt/auth
Files in laravilt/auth
Download laravilt/auth
More information about laravilt/auth
Files in laravilt/auth
Vendor laravilt
Package auth
Short Description Complete authentication system for Laravilt with 8 methods: login, registration, OTP, 2FA, password reset, social auth, passkeys, and magic links
License MIT
Package auth
Short Description Complete authentication system for Laravilt with 8 methods: login, registration, OTP, 2FA, password reset, social auth, passkeys, and magic links
License MIT
Please rate this library. Is it a good library?
Informations about the package auth
Laravilt Auth
Complete authentication system for Laravilt with 8 authentication methods, 20+ events, custom pages, and multi-panel support.
Features
🔐 8 Authentication Methods
- Standard Login & Registration - Email/password authentication with remember me
- OTP Email Verification - One-time passwords sent via email
- Two-Factor Authentication - TOTP (Google Authenticator) and email codes
- Password Reset - Secure password reset flow with email links
- Social Authentication - OAuth login (GitHub, Google, Facebook, Twitter, etc.)
- Passkey Authentication - WebAuthn passwordless biometric login
- Magic Links - Passwordless one-click email authentication
- Connected Accounts - Link multiple auth providers to one account
📡 20+ Events
LoginAttempt,LoginSuccessful,LoginFailedRegistrationAttempt,RegistrationCompletedOtpSent,OtpVerified,OtpFailedTwoFactorEnabled,TwoFactorDisabled,TwoFactorChallengeFailed,TwoFactorChallengeSuccessfulPasswordResetRequested,PasswordResetSocialAuthenticationAttempt,SocialAuthenticationFailed,SocialAuthenticationSuccessfulPasskeyRegistered,PasskeyAuthenticatedMagicLinkSent
🎨 Custom Pages & Multi-Panel Support
Replace any page and configure different authentication methods per panel.
Installation
Composer
NPM
Quick Start
Basic Panel Setup
Custom Pages
Event Listeners
Vue/TypeScript Usage
Publishing
Build for NPM
Publish to NPM
Publish to Packagist
MCP Server
AI-assisted development with MCP tools:
search-docs- Search auth documentationget-event-info- Get event detailslist-auth-methods- List authentication methods
Documentation
- Complete Docs:
docs/index.md - Test Summary:
TEST_SUMMARY.md - Website: https://laravilt.dev/auth
Testing
Coverage: 26 tests | 70 assertions | All events tested
Requirements
- PHP 8.3+
- Laravel 12+
- Vue 3.3+
- Inertia.js 2.0+
License
MIT License - see LICENSE.md
Credits
Author: Fady Mondy ([email protected]) Website: https://laravilt.dev
All versions of auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3|^8.4
spatie/laravel-package-tools Version ^1.14
laravilt/support Version ^1.0
laravilt/panel Version ^1.0
laravel/sanctum Version ^4.0
laravel/socialite Version ^5.0
laragear/webauthn Version ^4.0
laravel/fortify Version ^1.30
socialiteproviders/atlassian Version ^4.0
socialiteproviders/discord Version ^4.2
jenssegers/agent Version ^2.6
spatie/laravel-package-tools Version ^1.14
laravilt/support Version ^1.0
laravilt/panel Version ^1.0
laravel/sanctum Version ^4.0
laravel/socialite Version ^5.0
laragear/webauthn Version ^4.0
laravel/fortify Version ^1.30
socialiteproviders/atlassian Version ^4.0
socialiteproviders/discord Version ^4.2
jenssegers/agent Version ^2.6
The package laravilt/auth contains the following files
Loading the files please wait ...