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

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

ganga/laravel-auth-themes
=========================

Laravel 5.2 Generator for Authentication themes

0.0.2(10y ago)0271MITPHP ~5.5|~7.0

Since Mar 4Pushed 10y agoCompare

[ Source](https://github.com/gangachris/laravel-auth-themes)[ Packagist](https://packagist.org/packages/ganga/laravel-auth-themes)[ Docs](https://github.com/gangachris/laravel-auth-themes)[ RSS](/packages/ganga-laravel-auth-themes/feed)WikiDiscussions master Synced today

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

Laravel Auth Themes
===================

[](#laravel-auth-themes)

Laravel 5.2 package for replacing auth theme generated by

```
$ php artisan make:auth
```

Install
-------

[](#install)

Via Composer

```
$ composer require ganga/laravel-auth-themes
```

Usage
-----

[](#usage)

`Laravel Auth Themes` creates a `php artisan` command to enable you download auth themes from github.

Once you have required this package, go to `config/app.php` and add it to service providers.

```
$providers = [
    ...
    ...
    ...,
    Ganga\AuthThemes\AuthThemesServiceProvider::class,
];

$aliases = [
    ...
    ...
    ...
    'AuthTheme' => App\Providers\RouteServiceProvider::class,
];
```

Then head over to your terminal and `vendor:publish` the package. This simply creates a new console Command file in your `app/Console/Commands` directory called `AuthThemeCommand`.

```
$ php artisan vendor:publish
```

We need to let Laravel's artisan know about this new command. So, head over to the `app/Console/Kernel.php` file and add the following under the commands array.

```
protected $commands = [
    Commands\AuthThemeCommand::class,
];
```

Now, you need to first generate laravel default auth.

```
$ php artisan make:auth
```

This artisan command creates some blade view files in your `reources\views` folder. This are what Laravel Auth Themes will replace. Currently, there's only one repo with the structure of the default theme. But I will list them here as time goes. Feel free to create a theme too, and add a link here and send a PR.

```
$ php artisan auth:theme https://github.com/gangachris/default-laravel-auth-theme.git
```

The easiest way to make any theme is to run the `php artisan make:auth` command, then edit the generated html, then pusblish it to a public repo.

### List of available themes

[](#list-of-available-themes)

1. [Default Bootstrap Theme](https://github.com/gangachris/default-laravel-auth-theme)
2. [Materialize CSS Theme](https://github.com/gangachris/materialize-laravel-auth-theme)

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ganga Christopher](https://github.com/gangachris)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Total

2

Last Release

3768d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57576714?v=4)[gangachris](/maintainers/gangachris)[@gangachris](https://github.com/gangachris)

---

Top Contributors

[![gangachris](https://avatars.githubusercontent.com/u/57576714?v=4)](https://github.com/gangachris "gangachris (17 commits)")

---

Tags

auththemeLaravel Auththemesganga

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k50.9M364](/packages/tymon-jwt-auth)[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.7k143.0M274](/packages/league-oauth2-server)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[lab404/laravel-impersonate

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

2.3k17.8M58](/packages/lab404-laravel-impersonate)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40921.3M85](/packages/auth0-auth0-php)[kreait/firebase-tokens

A library to work with Firebase tokens

23943.8M18](/packages/kreait-firebase-tokens)

PHPackages © 2026

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