Unable to create PsySH runtime directory. code example
Example: Unable to create PsySH runtime directory
## Step 1: Create a file
~/.config/psysh/config.php
## Step 2: Put inside
<?php
return [
'runtimeDir' => '~/tmp'
];
## Step 1: Create a file
~/.config/psysh/config.php
## Step 2: Put inside
<?php
return [
'runtimeDir' => '~/tmp'
];