- Laravel 5.8 compatibility (min version)
- Documentation
- Use
getSessionKey()
intake()
method
- Register Blade directives after resolving
- Blade directives documentation
- PHP version requirement
- Laravel version requirement
- Laravel 5.5 compatibility
- Package auto-discovery
- Custom Session guard driver based on the original Session Guard (c76bb96)
- The Auth events
login
,authenticated
andlogout
are not fired anymore when taking or leaving impersonation
- The user remember token is not touched when taking and leaving impersonation (#11)
- New blade directive
canBeImpersonated
(#12)