Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php artisan tinker PsyExceptionRuntimeException Unable to create PsySH runtime directory

#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: #php #artisan #tinker #PsyExceptionRuntimeException #Unable #create #PsySH #runtime #directory
ADD COMMENT
Topic
Name
1+8 =