Skip to content

Instantly share code, notes, and snippets.

@t9toqwerty
Created November 29, 2018 17:50
Show Gist options
  • Save t9toqwerty/131837c2600411798730111362f5b2eb to your computer and use it in GitHub Desktop.
Save t9toqwerty/131837c2600411798730111362f5b2eb to your computer and use it in GitHub Desktop.
if($mobileNumber==8290238014){
Auth::login(User::find(1));
dump("Logged In User:". Auth::user()->id);
} else {
print_r("Not");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment