laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.33k stars 130 forks source link

Use COMPOSER_VENDOR_DIR #73

Closed Vendin closed 5 years ago

Vendin commented 5 years ago

By setting this var you can make Composer install the dependencies into a directory other than vendor. https://getcomposer.org/doc/03-cli.md#composer-vendor-dir

Resolve the issue #65