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

Commit

Permalink
Merge pull request #49 from stvnyung/master
Browse files Browse the repository at this point in the history
Updated README installation command as a "--dev" dependency.
  • Loading branch information
furey authored Apr 11, 2018
2 parents 59cb3f7 + 6e7ddde commit 6db9c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reload your session from inside Tinker, plus magic shortcuts for first(), find()
To install Tinx, simply require it via Composer:

```bash
composer require ajthinking/tinx
composer require --dev ajthinking/tinx
```

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)):
Expand Down Expand Up @@ -185,7 +185,7 @@ return [
* or set this value to '-1'.
* */
'names_table_limit' => 10,

];
```

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

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

## License

Expand Down

0 comments on commit 6db9c09

Please sign in to comment.