Answers for "Unable to create PsySH runtime directory"

PHP
0

Unable to create PsySH runtime directory

## Step 1: Create a file
~/.config/psysh/config.php

## Step 2: Put inside
<?php
return [
    'runtimeDir' => '~/tmp'
];
Posted by: Guest on June-12-2021

Code answers related to "Unable to create PsySH runtime directory"

Browse Popular Code Answers by Language