import excel to lavarel

2 replies
I use phparena code (lavarel) for phone website
how to mass import for bulk database in lavarel in script?
seems like the seller is not responding, so I need inputs on this


thx guys n gals
#excel #import #lavarel
  • Profile picture of the author Alfredo Oyanadel
    There is pretty solid git repo for this (for the Excel->PHP readable):

    https://github.com/PHPOffice/PhpSpreadsheet

    So in your Laravel project, you will have to import your excel files, convert them into PHP readables, and then parse this into your database in your controller/model.

    A lot if things depends on what data you are expecting, size etc... But either mysql or redis sounds like the options.
    {{ DiscussionBoard.errors[11657940].message }}
  • Profile picture of the author Satanic13
    Have you found a solution?
    {{ DiscussionBoard.errors[11692925].message }}

Trending Topics