Skip to content

"file does not exist" #78

Answered by Gigamick
Gigamick asked this question in Q&A
Dec 7, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

For anyone stumbling on this

SimpleExcelReader needs the full path so just prefix with storage_path

$rows = SimpleExcelReader::create(storage_path('app/') . $path, 'csv')->getRows();

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Gigamick
Comment options

@freekmurze
Comment options

@adriel
Comment options

Answer selected by Gigamick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #77 on December 07, 2021 22:47.