Skip to content

muditgulgulia/excel-import

Repository files navigation

Excel Import 💯

Packagist License For PHP Scrutinizer Code Quality Github Issues Github Stars Github Forks Packagist Packagist Release Packagist Downloads

Import data using excel in database from a single file without adding any external script in your project with the help of this package you can easily import data using GUI interface!.

Installation

Via Composer

composer require sunarc/excel-import

Instructions

Just install this package and make changes accordingly in configuration file

Publish Config file

php artisan vendor:publish --provider="Sunarc\ImportExcel\ImportExcel\ImportExcelServiceProvider" --tag="config"

Requirments

Required Packages
  • doctrine/dbal
  • illuminate/support
  • maatwebsite/excel
PHP extension
  • php_zip
  • php_xml
  • php_gd2
  • php_iconv
  • php_simplexml
  • php_xmlreader
  • php_zlib

License

The MIT Public License. Please see LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published