Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aleksandertabor/9d0bcc7f59299a9e66d70d49fb7255a0 to your computer and use it in GitHub Desktop.
Save aleksandertabor/9d0bcc7f59299a9e66d70d49fb7255a0 to your computer and use it in GitHub Desktop.
<?php
// Requires dependency: https://github.com/ralphjsmit/livewire-urls
if (!auth()->check()) {
$currentUrl = \RalphJSmit\Livewire\Urls\Facades\Url::current();
Session::put('url.intended', $currentUrl);
$this->redirectRoute('login');
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment