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

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

cdz/laravel-auth
================

Laravel Package to scaffold all of the files required for authentication customization.

v1.0(7y ago)19MITPHP

Since Nov 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Codeuz/laravel-auth)[ Packagist](https://packagist.org/packages/cdz/laravel-auth)[ RSS](/packages/cdz-laravel-auth/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

laravel-auth
============

[](#laravel-auth)

Laravel Package to scaffold all of the files required for authentication customization.

Requirements
------------

[](#requirements)

[Laravel](https://laravel.com/docs/5.5) &gt;= 5.5

Dependencies
------------

[](#dependencies)

[laravel-bootstrap](https://github.com/Codeuz/laravel-bootstrap) &gt;= 1.1

What does this imply by default?
--------------------------------

[](#what-does-this-imply-by-default)

- Laravel **Email Verification** System
- An additional **firstname** field for registration
- [Soft Deleting](https://laravel.com/docs/5.7/eloquent#soft-deleting) for the **User** Model
- **Custom templates** and **translations** (EN /FR) for both authentification **views** and **emails**
- Automatically install **Bootstrap** library (v3.3.7)

Package Installation
--------------------

[](#package-installation)

```
composer require cdz/laravel-auth
composer update

```

Install and scaffold all of the files
-------------------------------------

[](#install-and-scaffold-all-of-the-files)

```
php artisan cdz-auth:install

```

If you would like to overwrite existing files, use the --force switch:

```
php artisan cdz-auth:install --force

```

If you would like to only scaffold the views, use the --views switch (Controllers, Notifications, Middlewares, **User** Model and routes will remain unchanged):

```
php artisan cdz-auth:install --views

```

---

Dont' forget to migrate after editing your configuration files.

```
php artisan migrate

```

Note
----

[](#note)

Emails translation data are into **ressources/lang/\[LANG\]/messages.php**

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Unknown

Total

1

Last Release

2747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/762f1132baa40de2ec8e12c9412c64412249ad1d6d19a8e3401c69374204a6aa?d=identicon)[apalette](/maintainers/apalette)

---

Top Contributors

[![apalette](https://avatars.githubusercontent.com/u/13572778?v=4)](https://github.com/apalette "apalette (1 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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