Do you mean you can just upload it to the laravel server and import using artisan? If so, look into csv seeding perhaps. There are packages
Aug 6, 2020
6
Level 4
Nuxt Js , Laravel and handing Excel file Format
Hey Dudes , I have a Project that my front End created by nuxt js and My backend is laravel ,
so laravel and nuxt Are on separate servers , and i use laravel's api for get and send data from nuxt to laravel.
here i have problem :
think we have a post Model that contains title and description column . we want to upload an excel file that contain posts (for example 100 posts) and then existed data fill in database ( many rows existed in excel file that contain post title and post description) .
but how can i handle this . make 100 request from nuxt and send it to laravel or send excel file to backend then in there make 100 posts ?
Level 102
Validate the content and return a response with an error?
Please or to participate in this conversation.