0

I would like to use one excel file with Laravel excel and i'm wondering what's the best location to put this file ?

Mostafa Abdellaoui
  • 355
  • 1
  • 6
  • 15

1 Answers1

1

To use the default syntax Excel::import(new UsersImport, 'users.xlsx'); put it in storage/app

ajthinking
  • 3,386
  • 8
  • 45
  • 75