We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
78905d0
There was an error while loading. Please reload this page.
This release removes alters the behaviour of the package to no longer inject the Sudo Su mark-up and assets into every request.
Instead, a partial should be included into your application's layout:
@if (env('APP_DEBUG')) @include('sudosu::user-selector') @endif
810e9ad
First version