Nike Check Transparant code example
Example 1: laravel check auth
use Illuminate\Support\Facades\Auth;
if (Auth::check()) {
// The user is logged in...
}
Example 2: check tf verison
print(tf.__version__)
use Illuminate\Support\Facades\Auth;
if (Auth::check()) {
// The user is logged in...
}
print(tf.__version__)