Answers for "how to delete images from the database and public folder in laravel"

PHP
0

unlink is a directory laravel

$destinationPath = 'your_path';
 File::delete($destinationPath.'/your_file');
Posted by: Guest on May-07-2020

Code answers related to "how to delete images from the database and public folder in laravel"

Browse Popular Code Answers by Language