https://github.com/hexters/auth
hexters/auth is a starter kit package for Laravel that provides basic authentication features and allows the development of multiple authentication setups with a simple and minimalist implementation using Livewire and Volt, alongside Blade and Tailwind CSS.
https://github.com/hexters/auth
Last synced: 3 months ago
JSON representation
hexters/auth is a starter kit package for Laravel that provides basic authentication features and allows the development of multiple authentication setups with a simple and minimalist implementation using Livewire and Volt, alongside Blade and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/hexters/auth
- Owner: hexters
- License: mit
- Created: 2024-06-21T02:48:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:32:33.000Z (almost 2 years ago)
- Last Synced: 2026-01-12T14:44:13.093Z (5 months ago)
- Language: PHP
- Size: 83 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexters/Auth
[](https://packagist.org/packages/hexters/auth)
[](https://packagist.org/packages/hexters/auth)
[](https://packagist.org/packages/hexters/auth)
Hexters/Auth is a Laravel package that allows you to create multiple authentication pages, similar to Laravel Breeze. The package is supported by [Livewire Volt](https://livewire.laravel.com) and [TailwindCSS](https://tailwindcss.com). For the components, this package uses [maryUI](https://mary-ui.com).

## Installation
Add the package repository by running the following command:
```bash
composer require hexters/auth
```
Install the package by running:
```bash
php artisan auth:install
```
To create a login page, simply follow this command:
```bash
php artisan make:auth
```
And last build assets
```bash
npm run build
```