Download the PHP package web-id/ail without Composer
On this page you can find all versions of the php package web-id/ail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ail
Short Description Authentication page to change user easily in debug mode
License MIT
Homepage https://github.com/web-id/ail
Informations about the package ail
AIL - Authentication with Impersonate guarded by a Lion
Authentication page to change user easily
Installation
1/ Composer
You can install the package via composer:
2/ Package installation
Install the package (config file and views) with this command :
3/ Configuration
Update the config, especially guard
and allowedEnv
.
This is the content of the published config files:
4/ Update Models
Add Impersonate
Trait on Authenticatable Models you want to impersonate.
5/ Update Views
You can add your own logic on resources/views/vendors/ail.
By default, it will display the name
attribute.
6/ More options
See : https://github.com/404labfr/laravel-impersonate
WARNING : Don't forget to set authorization for who can impersonate : https://github.com/404labfr/laravel-impersonate#defining-impersonation-authorization
By default all users can be impersonated.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of ail with dependencies
illuminate/contracts Version ^9.0
lab404/laravel-impersonate Version ^1.7
spatie/laravel-package-tools Version ^1.13.0