laravel / tinker

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

Change Config Path psysh #33

Closed adecma closed 6 years ago

adecma commented 7 years ago

Hy, I have problem after run tinker in my server. Error like this

 [ErrorException]
  Writing to /home/117544.cloudwaysapps.com/gykhzmvvcd/.config/psysh is not a
  llowed.

Can not create config folder for psysh, can help me for solution? or i must change config path for psysh? but how ...

Thanks,

blackfoxdeveloper commented 6 years ago

Durning deploy i catch this exception: Failed to clone https://github.com/bobthecow/psysh.git via https, ssh protocols, aborting.

GrahamCampbell commented 6 years ago

Ping @bobthecow. Could a flag be added to tell psysh to not write to the disk?

nejtr0n commented 6 years ago

Same issue. Or add config option to readjust pysh write directory to another then .config/psysh

driesvints commented 6 years ago

Heya, this seems to be a problem with psysh and not Tinker. Check out https://github.com/bobthecow/psysh/issues/382 and perhaps try to open a new issue on their repo. Thanks!