Sudo Su Versions Save

Laravel package to easily login as other users during development.

1.1.0

7 years ago

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

1.0.0

7 years ago

First version