PHPackages                             iml885203/laravel5-tinx - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. iml885203/laravel5-tinx

ActiveLaravel[Utility &amp; Helpers](/categories/utility)

iml885203/laravel5-tinx
=======================

Reload your Laravel Tinker session from inside Tinker, plus magic shortcuts for first(), find(), where(), and more!

v2.0.1(6y ago)160MITPHPPHP &gt;=5.5.9

Since Sep 16Pushed 6y agoCompare

[ Source](https://github.com/iml885203/laravel5-tinx)[ Packagist](https://packagist.org/packages/iml885203/laravel5-tinx)[ RSS](/packages/iml885203-laravel5-tinx/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

Laravel5 Tinx
=============

[](#laravel5-tinx)

[![Latest Stable Version](https://camo.githubusercontent.com/8faa43618c340373820df991701c42b5354af6dc353ffafe87b6dc256f3ea3d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d6c3838353230332f6c61726176656c352d74696e782e737667)](https://packagist.org/packages/iml885203/laravel5-tinx)[![Total Downloads](https://camo.githubusercontent.com/3f03c96feda1cae3ff45eda37a0b57232f74ac78fc84b9224fc9a48ea4a0d423/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d6c3838353230332f6c61726176656c352d74696e782e737667)](https://packagist.org/packages/iml885203/laravel5-tinx)[![License](https://camo.githubusercontent.com/1f181cbd97089b3da2f058b51c8459a57452f36cf1e20ab39cca5ab2d0acb844/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696d6c3838353230332f6c61726176656c352d74696e782e737667)](https://packagist.org/packages/iml885203/laravel5-tinx)

This project is for Laravel 5.1. forked from [Laravel Tinx](https://github.com/furey/tinx).

[Laravel Tinker](https://github.com/laravel/tinker), **re()**loaded.

Reload your session from inside Tinker, plus magic shortcuts for first(), find(), where(), and more!

Installation
------------

[](#installation)

To install Tinx, simply require it via Composer:

```
composer require --dev iml885203/laravel5-tinx
```

If using Laravel &lt;=5.4, register Tinx's service provider in `config/app.php` (Laravel &gt;=5.5 [does this automatically](https://laravel.com/docs/5.5/packages#package-discovery)):

```
