Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Unable to create PsySH runtime directory. Make sure PHP is able to write to /run/user in order to continue.

#You need to create a config file for PsySH with runtimeDir variable. 
# Just create a file ~/.config/psysh/config.php with:
<?php
return [
    'runtimeDir' => '~/tmp'
];
Source by laracasts.com #
 
PREVIOUS NEXT
Tagged: #Unable #create #PsySH #runtime #Make #PHP #write #order
ADD COMMENT
Topic
Name
5+2 =