PHPackages                             custome/authentication - 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. custome/authentication

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

custome/authentication
======================

This is used to Custome login and register form

031PHP

Since Dec 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/83ideas-svn/LoginRegister)[ Packagist](https://packagist.org/packages/custome/authentication)[ RSS](/packages/custome-authentication/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

LoginRegister
=============

[](#loginregister)

Custom Authentication is a minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, and password confirmation. Custom Auth default view layer is made up of simple Blade templates.

Installation
============

[](#installation)

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Package installation
====================

[](#package-installation)

You may install Laravel Custom Authentication via the Composer package manager:

Step 1 :
========

[](#step-1-)

```
composer require custom/authentication

```

Step 2 :
========

[](#step-2-)

Next, you should publish the Custom Authentication configuration and blade files using the vendor:publish Artisan command. The Custom Authentication configuration file will be placed in your application's config directory:

```
php artisan vendor:publish --provider="Custome\Auth\CustomeAuthServiceProvider"

```

Step 3 :
========

[](#step-3-)

Now You create your Database. Then update your Database name in .env file

Step 4 :
========

[](#step-4-)

Finally, you should run your database migrations. Custom Authentication will create user database table in which to store data:

```
php artisan migrate

```

Step 5 :
========

[](#step-5-)

Finally Now You can Start your server:

```
php artisan serve

```

Step 6 :
========

[](#step-6-)

Set the SMTP details in .env file.

Step 7 :
========

[](#step-7-)

Now you go to the config/constants.php file. Then set the own sendor email and username.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c1e5ae680533416ef26060281807de469013a34decb3272cf4300460c75d883?d=identicon)[83ideas.svn](/maintainers/83ideas.svn)

---

Top Contributors

[![83ideas-svn](https://avatars.githubusercontent.com/u/96575973?v=4)](https://github.com/83ideas-svn "83ideas-svn (9 commits)")

### Embed Badge

![Health badge](/badges/custome-authentication/health.svg)

```
[![Health](https://phpackages.com/badges/custome-authentication/health.svg)](https://phpackages.com/packages/custome-authentication)
```

###  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)
