Skip to content

Releases: viacreative/sudo-su

Release list

1.1.0

Choose a tag to compare

@mrterryh mrterryh released this 23 Mar 16:29

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

Choose a tag to compare

@viacreativedev viacreativedev released this 14 Mar 12:18

First version