when i delete a post than it deletes from database but remains in public folder of project in laravl code example
Example: unlink is a directory laravel
$destinationPath = 'your_path';
File::delete($destinationPath.'/your_file');
$destinationPath = 'your_path';
File::delete($destinationPath.'/your_file');