Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

image exists in laravel

if(file_exists(public_path('images/1461177230.jpg'))){    dd('File is exists.');}else{    dd('File is not exists.');}
Source by www.itsolutionstuff.com #
 
PREVIOUS NEXT
Tagged: #image #exists #laravel
ADD COMMENT
Topic
Name
3+2 =