Search
 
SCRIPT & CODE EXAMPLE
 

PHP

tinker lost color

/*
On line ~37 of file 'vendor/psy/psysh/src/Configuration.php'
const COLOR_MODE_DISABLED = 'disabled';

turn it to 'auto'
*/

//Changed
const COLOR_MODE_DISABLED = 'auto';


//Or global config:
//Unix: ~/.config/psysh/config.php 
//or
//C:Users{USER}AppDataRoamingPsySHconfig.php (on Windows)
<?php
    return [ 'colorMode' => PsyConfiguration::COLOR_MODE_FORCED ];

//See more about config
//https://github.com/bobthecow/psysh/wiki/Configuration
Comment

PREVIOUS NEXT
Code Example
Php :: tinker lost colors 
Php :: var_dump not showing all 
Php :: clear composer cache 
Php :: php show all error 
Php :: install php8.1 
Php :: laravel version command 
Php :: laravel commands to refresh env file 
Php :: get url segment in php 
Php :: get child theme path in wordpress 
Php :: make specific migration laravel 
Php :: do_shortcode 
Php :: yii2 migration add column 
Php :: pdo last insert id 
Php :: laravel model tablename 
Php :: php remove file 
Php :: laravel Call to a member function diffForHumans() on string 
Php :: laravel 6 link storage with public 
Php :: integer to string php 
Php :: check if string is number or not php 
Php :: composer ignore platform reqs 
Php :: if field is filled out acf 
Php :: how to remove notice error in php 
Php :: string replace smarty 
Php :: download php7.4-mbstring ubuntu 
Php :: laravel make directory if not exists 
Php :: hide php extension in url 
Php :: confirm before submit form php 
Php :: string contains php 
Php :: laravel blade errors all 
Php :: pasar datetime a string php 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =