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

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

moc-solucoes/laravel-auth
=========================

Módulo de autenticação no laravel.

v10.0(2y ago)0154AGPL-3.0Blade

Since Jul 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/moc-solucoes/Laravel-Auth)[ Packagist](https://packagist.org/packages/moc-solucoes/laravel-auth)[ Docs](https://www.mocsolucoes.com.br)[ RSS](/packages/moc-solucoes-laravel-auth/feed)WikiDiscussions master Synced yesterday

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

 [![](https://camo.githubusercontent.com/c37cbe25f154d3402da5d234c8ffd33ee4c8c58d29903bd3824ef81ee0541442/68747470733a2f2f6d6f63736f6c75636f65732e636f6d2e62722f696d672f7765625f6c6f676f2e706e67)](https://camo.githubusercontent.com/c37cbe25f154d3402da5d234c8ffd33ee4c8c58d29903bd3824ef81ee0541442/68747470733a2f2f6d6f63736f6c75636f65732e636f6d2e62722f696d672f7765625f6c6f676f2e706e67)

About Auth Module
-----------------

[](#about-auth-module)

Authenticate module is a module on Laravel framework, have the functions listed here:

- Login, Logout, Register, Recovery Password
- Permissions engine
- Crud Users
- Crud Permissions (roles)
- Crud Profiles

This module is private, exclusive using on [MOC Solutions](https://mocsolucoes.com.br).

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

[](#dependencies)

Unique dependencie is a module `moc-solutions/laravel-core` (auto-install)

How Install
-----------

[](#how-install)

- Step 1 - Use the command composer require `moc-solutions/laravel-auth`
- Step 2 - Edit the file `config/app.php` in array `providers` add the lines:
    `\MOCSolutions\Auth\AppServiceProvider::class,`
    `\MOCSolutions\Core\AppServiceProvider::class,`
- Step 3 - Edit the file `config/auth.php` in array `providers.users` change model:
    `'model' => \APP\User::class,` to `'model' => \MOCSolutions\Auth\Models\Usuario::class,`
- Step 4 - Use the command `php artisan vendor:publish`, select first `Core Provider` after `Auth Provider`.
- Step 5 - Add the view [files to menu](https://github.com/moc-solucoes/Laravel-Core/tree/master/Examples/shared) `resources/views/shared/_able-menu.blade.php` and `resources/views/shared/_able-menu-externo.blade.php`
- Step 6 - Edit the file `app/Http/Kernel.php` in array `$routeMiddleware` add the lines:
    `'permission' => \MOCSolutions\Auth\Middleware\Permission::class,`
    `'authenticate' => \MOCSolutions\Auth\Middleware\Authenticate::class,`
- Step 7 - Edit the file `app/Http/Middleware/VerifyCsrfToken.php` in array `$except` add the line:
    `'auth/admin/api/*'`
- Step 8 - Execute te migrate using the command `php artisan migrate`
- Step 9 - Execute the seed to create init user and permissions, using command `php artisan db:seed --class=SeedAuthSeeder`
- Step 10 - Copy the **Example Models Files** [Examples Models](https://github.com/moc-solucoes/Laravel-Auth/tree/master/Examples/app/Models/Auth) to your project, into `app/Http/Models/Auth`

**Example Models Files** [Examples Models](https://github.com/moc-solucoes/Laravel-Auth/tree/master/Examples/app/Models/Auth).

**Example menus** [Examples Menus](https://github.com/moc-solucoes/Laravel-Core/tree/master/Examples/shared).

License
-------

[](#license)

This library is released under the [AGPL-3.0 license](https://github.com/moc-solucoes/Laravel-Auth/blob/master/LICENSE).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Laravel Auth, please send an e-mail to MOC Soluções via . All security vulnerabilities will be promptly addressed.

Maintained by
-------------

[](#maintained-by)

This library is maintained by [MOC SOLUÇÕES](http://mocsolucoes.com.br).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Total

3

Last Release

1071d ago

Major Versions

v1.4 → v10.02023-06-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16142990?v=4)[Maike Oliveira](/maintainers/maikees)[@maikees](https://github.com/maikees)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[devdojo/auth

The auth package to make authentication in your laravel applications easy to use.

61979.4k2](/packages/devdojo-auth)[genealabs/laravel-socialiter

Automatically manage user persistence and resolution for any Laravel Socialite provider.

133403.3k](/packages/genealabs-laravel-socialiter)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)

PHPackages © 2026

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