반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- php
- Java
- 사업자계좌
- 인민공원
- 당사자표시정정신청서
- 홈택스
- 전자소송
- blockchain
- reactnative
- elasticSearch
- as후기
- 개인사업자
- 체당금
- Bootstrap
- javascript
- Python
- vue
- Laravel
- win32
- 보정명령
- 코로나
- cartalyst
- 소액임금체불
- Sentinel
- 이더리움
- 코로나19
- Blade
- Eclipse
- auth
- Tutorial
Archives
- Today
- Total
목록Sentinel (9)
그냥 사는 이야기

Sentinel 은 auth 관련 패키지이다. 이것을 Laravel 5.3에서 사용하는 방법을 정리해본다. Sentinel By Cartalyst 검색 Install by Composer composer require cartalyst/sentinel "2.0.*" Integration config/app.php $providers ... Cartalyst\Sentinel\Laravel\SentinelServiceProvider::class, $aliases ... 'Activation' => Cartalyst\Sentinel\Laravel\Facades\Activation::class, 'Reminder' => Cartalyst\Sentinel\Laravel\Facades\Reminder::class,..
Development/Web
2020. 1. 20. 19:32