Skip to content
This repository was archived by the owner on Dec 14, 2019. It is now read-only.

Commit 6db9c09

Browse files
authored
Merge pull request #49 from stvnyung/master
Updated README installation command as a "--dev" dependency.
2 parents 59cb3f7 + 6e7ddde commit 6db9c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Reload your session from inside Tinker, plus magic shortcuts for first(), find()
1414
To install Tinx, simply require it via Composer:
1515

1616
```bash
17-
composer require ajthinking/tinx
17+
composer require --dev ajthinking/tinx
1818
```
1919

2020
If using Laravel <=5.4, register Tinx's service provider in `config/app.php` (Laravel >=5.5 [does this automatically](https://laravel.com/docs/5.5/packages#package-discovery)):
@@ -185,7 +185,7 @@ return [
185185
* or set this value to '-1'.
186186
* */
187187
'names_table_limit' => 10,
188-
188+
189189
];
190190
```
191191

@@ -196,7 +196,7 @@ Please post issues and send PRs.
196196
### Suggested improvments
197197

198198
* Add more tests (currently only naming tests are implemented).
199-
* Eloquent should support static calls to `getColumnListing`. Workaround?
199+
* Eloquent should support static calls to `getColumnListing`. Workaround?
200200

201201
## License
202202

0 commit comments

Comments
 (0)