Tortue Torche

Results 48 comments of Tortue Torche

@tiger2wander Well written :clap: @darsain If you don't have time to work on this package, maybe you can add some collaborators to your repository to maintain this project?

@darsain Any news? Because, since Laravel [5.0](http://laravel.com/docs/5.1/releases#laravel-5.0), `php artisan tinker` uses [PsySH](http://psysh.org) and it doesn't work very well on Windows.

@GrahamCampbell Really? Sometimes PsySH crashes for no reason and shell history doesn't persist across sessions. E.G. when I run this command: ``` php echo "é"; ``` It returns `Exit: Ctrl+D`...

@plakhin :+1: for your comment :smirk_cat:

@plakhin Thanks, I already starred this repo some times ago :smile:

Build (from my fork) passed: https://travis-ci.com/github/tortuetorche/breadcrumbs/builds/206242393

:+1: But as a workaround, you can do this: ``` coffee q'use Main\\Core' ```

@andrew13 Maybe you can start with this example: https://github.com/JeffreyWay/Laravel-Model-Validation/blob/master/tests/Database/ModelTest.php Just my 2 cents...

Hi @dartcafe Sorry, not in the next weeks... If anybody want to continue or borrow this pull request, I'll be very grateful! Have a good day, Tortue Torche

Hi @doobry-systemli, FYI, You can already enable only one circle type, if you want: ```php // Circle types mapping: const CIRCLES_PERSONAL = 1; const CIRCLES_SECRET = 2; const CIRCLES_CLOSED =...