Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaGilyov committed Mar 12, 2017
1 parent 54aef13 commit 630311c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ Flexible and reliable way to import, parse, validate and transform your csv file

```php
composer require rgilyov/laravel-csv-importer
```

Register \RGilyov\CsvImporter\CsvImporterServiceProvider inside `config/app.php`
```php
'providers' => [
//...
\RGilyov\CsvImporter\CsvImporterServiceProvider::class,
];
```

// after installation you may publish default configuration file
After installation you may publish default configuration file
```
php artisan vendor:publish --tag=config
```

Expand Down

0 comments on commit 630311c

Please sign in to comment.