PHPackages                             redbastie/livewire-tailwind-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. redbastie/livewire-tailwind-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

redbastie/livewire-tailwind-auth
================================

Basic Laravel auth scaffolding with Livewire and Tailwind.

1.0.3(5y ago)132MITPHP

Since Jan 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/redbastie/livewire-tailwind-auth)[ Packagist](https://packagist.org/packages/redbastie/livewire-tailwind-auth)[ Docs](https://github.com/redbastie/livewire-tailwind-auth)[ RSS](/packages/redbastie-livewire-tailwind-auth/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

NO LONGER MAINTAINED
====================

[](#no-longer-maintained)

This package is no longer maintained. Please consider my latest package here:

---

Livewire Tailwind Auth
======================

[](#livewire-tailwind-auth)

Basic Laravel auth scaffolding using Livewire and Tailwind.

It is strongly recommended to use this package with a brand new Laravel app.

NPM must be installed on your machine to use this package.

Installation
------------

[](#installation)

Install Laravel:

```
laravel new my-app-name

```

Configure `.env` app, database, and mail values:

```
APP_*
DB_*
MAIL_*

```

Install Livewire Tailwind Auth:

```
composer require redbastie/livewire-tailwind-auth

```

Make Livewire Tailwind Auth via the `make:auth` command:

```
php artisan make:auth

```

This will run the necessary NPM commands and create/overwrite the following files:

```
app/Http/Livewire/*
database/seeders/DatabaseSeeder.php
resources/css/app.css
resources/views/*
tailwind.config.js
webpack.mix.js

```

Now you can login to your app using `user@example.com:password`.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a86e5ece96dde8c2693fbacca2937362ca294d9280918d319fa47b5483a8c60?d=identicon)[redbastie](/maintainers/redbastie)

---

Top Contributors

[![redbastie](https://avatars.githubusercontent.com/u/64050101?v=4)](https://github.com/redbastie "redbastie (6 commits)")

### Embed Badge

![Health badge](/badges/redbastie-livewire-tailwind-auth/health.svg)

```
[![Health](https://phpackages.com/badges/redbastie-livewire-tailwind-auth/health.svg)](https://phpackages.com/packages/redbastie-livewire-tailwind-auth)
```

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M42](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
