Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Check if an item is exist in session laravel

if ($request->session()->has('users')) 
  
//The has method returns true if the item is present and is not null:  
 
PREVIOUS NEXT
Tagged: #Check #item #exist #session #laravel
ADD COMMENT
Topic
Name
4+2 =