I want to import data tables(multiple) using excel(single) file. I am not sure how to achieve same with query builder. I am not using model for this.
Excel::import(QUERY BUILDER INSERT QUERY, $request->file('file')->store('temp'));
can i use insert query here? if yes then how. Any help would be appreciated. Thanks.
They've documented that on their website: Please see this Page. https://docs.laravel-excel.com/3.1/exports/from-query.html