2017 © Pedro Peláez
 

library import-export

:This package will help to import and export huge data using cron jobs

image

ladybirdweb/import-export

:This package will help to import and export huge data using cron jobs

  • Monday, July 2, 2018
  • by ladybirdweb
  • Repository
  • 7 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

import-export

Build Status Build Status Scrutinizer Code Quality Code Intelligence Status StyleCI, (*1)

This package will help to import and export huge data using cron jobs., (*2)

Installation

Via Composer, (*3)

``` bash $ composer require lws/import-export, (*4)


## Usage After installation you need to add the following line to config/app.php -

'providers' => [ /* * Package Service Providers... */ LWS\ImportExport\ImportExportServiceProvider::class, ], (*5)


If you want to use alias add the following -

'aliases' => [ /* * Package Facades... */ 'Import' => LWS\ImportExport\Facades\Import::class, 'Export' => LWS\ImportExport\Facades\Export::class, 'ImportHandler' => LWS\ImportExport\Facades\ImportHandler::class, 'ImportExportLog' => LWS\ImportExport\Facades\ImportExportLog::class, ], (*6)


After setup you need migrate the database using ``` bash $ php artisan migrate

Publish configs, views, assets using -, (*7)

bash $ php artisan vendor:publish, (*8)

License

MIT, (*9)

The Versions