File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1616- Facade Included.
1717
1818## Installation
19- Simply require the package and Laravel will Auto-Discover the Service Provider.
19+ Require the package and Laravel will Auto-Discover the Service Provider.
20+
2021```
2122composer require bayareawebpro/laravel-simple-csv
2223```
2324
2425## Usage:
2526
26- Invokable classes can be passed to the import method allow you to customize
27- how are processed. By default, none are applied.
28-
29- Two classes to handle numerics and null values have
30- been supplied and can be applied.
27+ Invokable classes can be passed to the import method allowing you to customize
28+ how each row is processed. Two classes to handle numerics
29+ and null values have been supplied.
3130
3231``` php
3332use BayAreaWebPro\SimpleCsv\SimpleCsv;
You can’t perform that action at this time.
0 commit comments