spatie / laravel-web-tinker

Tinker in your browser
https://spatie.be/open-source
MIT License
1.05k stars 68 forks source link

Error 500 #13

Closed John674 closed 5 years ago

John674 commented 5 years ago

I have error 500 in the browser`s console after I am trying run the code but from the terminal, the tinker works perfectly. How to fix the error 500? Screenshot 2019-05-15 at 14 25 23 Thanks

UrvishSSPL commented 5 years ago

I'm also getting 500 error. PHP: 7.1.14, Laravel 5.8.18, Platform: Windows, Webserver: Apache The response shows below message:

{message: "Writing to //.config/psysh is not allowed.", exception: "ErrorException",…}
exception: "ErrorException"
file: "X:\XXXXXX\xxxx-xxx-xxx\vendor\psy\psysh\src\ConfigPaths.php"
line: 228
message: "Writing to //.config/psysh is not allowed."
trace: [{function: "handleError", class: "Illuminate\Foundation\Bootstrap\HandleExceptions", type: "->"},…]
freekmurze commented 5 years ago

This is fixed in the latest version.