Skip to content

Commit 7246afc

Browse files
authored
Fix to Readme.md
1 parent 8aacfef commit 7246afc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
Laravel MySQLite is meant to be used in conjunction with Laravel. It is a wrapper class that adds select functions from MySQL to SQLite. See [Vectorface/MySQLite](https://github.com/Vectorface/MySQLite) for more details around what is included by default.
66
# Usage
77
## Adding the Composer Resource
8-
1. In your composer.json add the following line to the repositories section:
9-
```json
10-
{
11-
"type": "vcs",
12-
"url": "https://github.com/spam-n-eggs/laravel-mysqlite.git"
13-
}
14-
```
15-
1. Execute `composer require spam-n-eggs/laravel-mysqlite`
8+
1. Execute `composer require spam-n-eggs/laravel-mysqlite` or alternatively `composer require --dev spam-n-eggs/laravel-mysqlite`
169

1710
## Registering as a Service Provider
1811
In order to provide clutter it is preferable to create a separate Service Provider

0 commit comments

Comments
 (0)