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

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

wangta69/laravel-auth
=====================

Auth for Laravel(라라벨용 회원관리 프로그램)

8.12.12(5d ago)1893MITPHPPHP &gt;=8.0.0

Since Oct 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/wangta69/laravel-auth)[ Packagist](https://packagist.org/packages/wangta69/laravel-auth)[ Docs](https://www.onstory.fun/packages/laravel-auth)[ RSS](/packages/wangta69-laravel-auth/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (48)Versions (52)Used By (3)

This library is used in the production of [gilra.kr](https://www.gilra.kr) (Online Fortune Service).

라라벨용 회원관리프로그램
=============

[](#라라벨용-회원관리프로그램)

공식문서
----

[](#공식문서)

[Doc](https://www.onstory.fun/packages/laravel-auth)

제공 기능
-----

[](#제공-기능)

- role 기능
- social login 기능
- JWTAuth

Installation (설치) \* 필독
-----------------------

[](#installation-설치--필독)

### 1. Composer install

[](#1-composer-install)

```
composer require wangta69/laravel-auth
php artisan pondol:install-auth

```

2. Crate user
-------------

[](#2-crate-user)

세팅이후 관리자용 계정을 세팅합니다.

```
php artisan pondol:create-auth

```

3. Auth Model 변경
----------------

[](#3-auth-model-변경)

아래 두가지 방법중 하나를 선택하여 처리

### 3.1 Extends 사용(추천)

[](#31-extends-사용추천)

app\\Model\\User 를 extends 처리

```
