PHPackages                             phu1237/laravel-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. phu1237/laravel-tailwind-auth

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

phu1237/laravel-tailwind-auth
=============================

Minimal Laravel authentication scaffolding with Blade and Tailwind.

1.1.0(2y ago)11.1k2MITBladePHP ^8.1.0

Since Jun 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Phu1237/laravel-tailwind-auth)[ Packagist](https://packagist.org/packages/phu1237/laravel-tailwind-auth)[ RSS](/packages/phu1237-laravel-tailwind-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

Laravel Tailwind Authentication
===============================

[](#laravel-tailwind-authentication)

[![Banner](https://camo.githubusercontent.com/f3c5aa333a1803dcd161f1dd6cbf9429cfe246576bb1b1907806a069ca6c474c/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532305461696c77696e6425323041757468656e7469636174696f6e2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d706875313233372532466c61726176656c2d7461696c77696e642d617574682b2d2d646576267061747465726e3d63697263756974426f617264267374796c653d7374796c655f31266465736372697074696f6e3d53696d706c652b4c61726176656c2b41757468656e7469636174696f6e2b7573696e672b5461696c77696e646373732b616e642b426c616465266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/f3c5aa333a1803dcd161f1dd6cbf9429cfe246576bb1b1907806a069ca6c474c/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532305461696c77696e6425323041757468656e7469636174696f6e2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d706875313233372532466c61726176656c2d7461696c77696e642d617574682b2d2d646576267061747465726e3d63697263756974426f617264267374796c653d7374796c655f31266465736372697074696f6e3d53696d706c652b4c61726176656c2b41757468656e7469636174696f6e2b7573696e672b5461696c77696e646373732b616e642b426c616465266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

Introduction
------------

[](#introduction)

Laravel Tailwind Authentication provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Tailwind, this package publishes authentication controllers and views to your application that can be easily customized based on your own application's needs.

This package is based on [laravel/breeze](https://github.com/laravel/breeze).

This package included:

- Login
- Register
- Forgot password - Reset password
- Verify email
- Confirm password

This package not included:

- Dashboard

Laravel Tailwind Authentication is powered by Blade and Tailwind.

**Must read before install:**

Please backup or rename your files first to prevent data loss.

You can also run the last command with backup option [here](#options).

Getting started
---------------

[](#getting-started)

Getting started couldn't be easier:

```
laravel new my-app

cd my-app

composer require phu1237/laravel-tailwind-auth --dev

php artisan auth:install
```

Commands
--------

[](#commands)

Install package with default files

```
php artisan auth:install
```

### Options

[](#options)

Install &amp; backup files

```
php artisan auth:install --backup
# or
php artisan auth:install -b
```

Install with empty blade files

```
php artisan auth:install --empty
# or
php artisan auth:install -e
```

Install with controllers and routes

```
php artisan auth:install --core
```

Install with only controllers

```
php artisan auth:install --controllers
# or
php artisan auth:install -c
```

Note: You can run "backup" option with any option you want at once, for example:

```
php artisan auth:install --empty --backup
# or
php artisan auth:install -eb
```

License
-------

[](#license)

Laravel Tailwind Authentication is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~104 days

Recently: every ~162 days

Total

8

Last Release

1062d ago

PHP version history (2 changes)1.0.0PHP ^7.3|^8.0

1.1.0PHP ^8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/35699642de493def4cbd243213cc0df128b81e2b9f0f360ee10bc3d0c014e7ad?d=identicon)[Phu1237](/maintainers/Phu1237)

---

Top Contributors

[![Phu1237](https://avatars.githubusercontent.com/u/9032235?v=4)](https://github.com/Phu1237 "Phu1237 (16 commits)")

---

Tags

authauthenticationlaravellaravel-tailwind-authenticationtailwindlaravelauthtailwind

### Embed Badge

![Health badge](/badges/phu1237-laravel-tailwind-auth/health.svg)

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

###  Alternatives

[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M145](/packages/laravel-breeze)[tapansharma/breeze-svelte

Minimal Laravel authentication scaffolding with Svelte and Tailwind.

321.2k](/packages/tapansharma-breeze-svelte)

PHPackages © 2026

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