PHPackages                             dotclang/auth-package - 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. dotclang/auth-package

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

dotclang/auth-package
=====================

Custom authentication Laravel with Tailwind UI

v1.3.0(10mo ago)217MITPHPPHP ^8.4CI passing

Since Aug 26Pushed 10mo agoCompare

[ Source](https://github.com/Dotclang/auth-package)[ Packagist](https://packagist.org/packages/dotclang/auth-package)[ RSS](/packages/dotclang-auth-package/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

README

AuthPackage provides authentication views, controllers and routes for Laravel (login, register, password reset) using Tailwind-styled Blade templates.

Installation

1. Require the package from Packagist:

```
composer require dotclang/auth-package
```

Package on Packagist:

2. If your app does not auto-discover the provider, register the service provider in `config/app.php` providers array:

```
Dotclang\AuthPackage\AuthServiceProvider::class,
```

Publishing files

You can publish individual parts of the package using `vendor:publish` with the provider and tag.

- Publish configuration (merged into `config('auth')`):

```
php artisan vendor:publish --provider="Dotclang\\AuthPackage\\AuthServiceProvider" --tag="auth-config"
```

- Publish views (into `resources/views/vendor/auth-package`):

```
php artisan vendor:publish --provider="Dotclang\\AuthPackage\\AuthServiceProvider" --tag="views"
```

- Publish controllers (into `app/Http/Controllers/AuthPackage`):

```
php artisan vendor:publish --provider="Dotclang\\AuthPackage\\AuthServiceProvider" --tag="controllers"
```

- Publish routes (copies package `routes/*.php` into your app `routes/`):

```
php artisan vendor:publish --provider="Dotclang\\AuthPackage\\AuthServiceProvider" --tag="routes"
```

- Publish front-end assets (optional):

```
php artisan vendor:publish --provider="Dotclang\\AuthPackage\\AuthServiceProvider" --tag="assets"
```

Install command (convenience)

The package provides a convenience installer command that publishes config, views, controllers and routes, and optionally assets. Usage:

```
php artisan authpackage:install
```

Flags:

- `--assets` — publish front-end assets non-interactively
- `--force` — overwrite any previously published files

Example (publish everything including assets, force overwrite):

```
php artisan authpackage:install --assets --force
```

Notes

- The package merges `config/auth.php` into your app `auth` config so `config('auth.password_timeout')` will be available.
- Views are loaded under the `auth-package::` namespace; after publishing you can edit the views in `resources/views/vendor/auth-package`.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance54

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

310d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/68416754?v=4)[Edy Ridwan Hutagalung](/maintainers/Dotclang)[@Dotclang](https://github.com/Dotclang)

---

Top Contributors

[![Dotclang](https://avatars.githubusercontent.com/u/68416754?v=4)](https://github.com/Dotclang "Dotclang (59 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dotclang-auth-package/health.svg)

```
[![Health](https://phpackages.com/badges/dotclang-auth-package/health.svg)](https://phpackages.com/packages/dotclang-auth-package)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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