Skip to content

Instantly share code, notes, and snippets.

@AzadGh95
Created February 23, 2022 11:53
Show Gist options
  • Save AzadGh95/8b61425ce3286b257d439f5abf3f8dba to your computer and use it in GitHub Desktop.
Save AzadGh95/8b61425ce3286b257d439f5abf3f8dba to your computer and use it in GitHub Desktop.
push data in array in laravel for loop
$fileNames = array();
foreach ($attachments as $file) {
$fileNames[] = $file->name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment