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(8mo ago)117MITPHPPHP ^8.4CI passing

Since Aug 26Pushed 8mo 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 1mo ago

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

35

—

LowBetter than 80% of packages

Maintenance59

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

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

264d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce6bad77a29851894442084f787bd60b91e55b37834f3ac132ff9ea53d2affc2?d=identicon)[Dotclang](/maintainers/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

[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.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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