thebachtiarz/laravel-auth-v1
Composer 安装命令:
composer require thebachtiarz/laravel-auth-v1
包简介
An Authentication for Laravel Project v1
README 文档
README
An Authentication for Laravel Project v1
Requires
Installation
- composer config (only if you have access)
composer config repositories.thebachtiarz/laravel-auth-v1 git git@github.com:thebachtiarz/laravel-auth-v1.git
- install repository
composer require thebachtiarz/laravel-auth-v1
- vendor publish
php artisan vendor:publish --provider="TheBachtiarz\Auth\AuthServiceProvider"
- register the REST API into -> app/Providers/RouteServiceProvider.php
Route::prefix(tbtoolkitconfig('app_prefix')) ->middleware(['api']) ->namespace($this->namespace) ->group(tbauthrouteapi());
Feature
sek males nulis cak :v
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-11