techtell/laravel-guardpass
Composer 安装命令:
composer require techtell/laravel-guardpass
包简介
A package that allows developers to change Authenticated person on the fly
README 文档
README
Laravel Guard Pass is a Laravel package that enables the developer to easily assume any User Identity without the need to know or type user credentials. Once installed, the package enables a route that will display a table with all of the users of the Laravel application. Assuming a User's identity is done by clicking a link.
This package is designed to enable you to easily switch between users for testing purposes while developing your applicaiton.
Installation
Laravel Guard Pass requires Laravel 5.5+ and PHP 7.1+ to run.
Install by composer
$ composer require --dev techtell/laravel-guardpass
Usage
Once installed, use the
https://{{your.app}}/guardpass
route in your app to access the Laravel Guard Pass page. You can add/remove columns from the table using the dropdown in the top right corner of the screen. You can also change displayed columns using the url - {your_app_url}/guardpass/columns:f_name,l_name,user_role
统计信息
- 总下载量: 2.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-03