Export a custom search result to excel. #3350
Unanswered
iamdevabdellah
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got a result from a custom query from database and now i want to export that to excel. i cant seem to make it work.
i am returning this collection $post to a page when i use foreach to showcase this into a table.
return view('admin.search', [ 'posts' => $posts ]);
now i want to export this $post to excel. Please help
Beta Was this translation helpful? Give feedback.
All reactions