Skip to content

Commit

Permalink
Add install section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdew2 committed Mar 16, 2024
1 parent 9331a55 commit 70c7ac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

MySQL and MariaDB come equipped with the [LOAD DATA INFILE](https://mariadb.com/kb/en/load-data-infile/) statement which allows for loading large datasets from a CSV or similar file into a table very quickly. This package provides an API for constructing and executing a `LOAD DATA INFILE` statement in Laravel.

# Installation

Install this package using composer:

`composer require isaacdew/load-data`

# Examples

## Basic Example
Expand Down

0 comments on commit 70c7ac2

Please sign in to comment.