-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nova v4 support #105
Comments
Hi all, It would be great if this package can integrate with https://nova.laravel.com/docs/4.0/customization/impersonation.html by adding custom adapter for use Laravel\Nova\Contracts\ImpersonatesUsers;
$this->app->bind(ImpersonatesUsers::class, Labs404Impersonation::class); |
I'll do it once I get my v4 license. |
Hi, I created PR for Nova 4 support. Please approve. |
seems already supported in version 2.0.0 - https://github.com/KABBOUCHI/nova-impersonate/releases/tag/v2.0.0 |
Thank you for this package! Any plans to support Nova v4?
https://nova.laravel.com/docs/4.0/upgrade.html
The text was updated successfully, but these errors were encountered: