Download the PHP package jiny/auth without Composer
On this page you can find all versions of the php package jiny/auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package auth
jinyPHP Auth
라라벨 기반의 인증을 확장한 모듈입니다. 기본 인증 뿐만 아니라, 회원을 관리할 수 있는 Admin 기능을 가지고 있습니다.
설치
기본 라라벨 회원 테이블을 확장하여 보다 향상된 회원인증을 처리할 수 있습니다.
의존성 :
jiny/auth-users
,jiny/auth-profile
,jiny/auth-social
설정
환경설정을 패키지에서 복사하여 설치를 합니다. 다음과 같이 콘솔창에서 입력하세요.
/config/jiny/auth.php
파일이 생성됩니다. 설정값에서 화면과 url등의 설정값을 정의합니다.
actions rules 배포
커멘드
artisan 명령을 이용하여 콘솔창에서도 회원을 등록, 관리자 기능을 활성화 시킬 수 있습니다.
새로운 사용자 등록
관리자 활성화
슈퍼 관리자 활성화
설치
라우팅
- /admin/auth/users : 회원목록
- 역할 : /admin/auth/roles
- reserved : /admin/auth/reserved
- Agree : /admin/auth/agree
- teams : /admin/auth/teams
- setting : /admin/auth/setting
php artisan vendor:publish --tag=laravel-mail
확장모듈 소개
지니Auth를 기반으로 다양한 회원정보를 유지관리 할 수 있는 추가 모듈을 제공합니다.
일부 모듈은 유료로 제공됩니다.
- module-accounts 회원의 상세(성-중간-이름) 이름정보를 관리하고, 아바타 이미지, 멀티 주소록, 멀티 연락처등 관리 가능합니다.
All versions of auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
jiny/fortify Version ^0.0.2
jiny/auth-profile Version ^0.8
jiny/auth-social Version ^0.4
jiny/auth-users Version ^0.6
jiny/fortify Version ^0.0.2
jiny/auth-profile Version ^0.8
jiny/auth-social Version ^0.4
jiny/auth-users Version ^0.6
The package jiny/auth contains the following files
Loading the files please wait ....