You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel 11 support (#16) * Pin testbench version * Use redirectTo method and change default redirect to the welcome page * Defaults to Models directory * Switch to casts() method * Make the default controller empty and do not use middleware in controllers * Update fixtures to use new conventions * Use anonymous classes for migrations * Update installation documentation --------- Co-authored-by: avvertix <5672748+avvertix@users.noreply.github.com>
Remove dependency on legacy laravel/ui package (#8) * Remove dependency on legacy laravel/ui package It was used to get the RedirectsUsers trait * Code style