punk73/laravel-excel-importer

make command to import or export model excel

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/punk73/laravel-excel-importer

1.0.1 2021-01-03 01:23 UTC

This package is auto-updated.

Last update: 2026-01-08 16:52:37 UTC


README

  • it's package to import and export laravel model to excel file via artisan command.

how to import

  • open your terminal on laravel root directory
  • type 'php artisan import:model {modelname}
  • example : 'php artisan import:model App\User'

how to export

  • open your terminal on laravel root directory
  • type 'php artisan export:model {modelname}
  • example : 'php artisan export:model App\User'