Search
 
SCRIPT & CODE EXAMPLE
 

PHP

tinker lost color cli

/*
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 :: info.php 
Php :: how remove from string in php 
Php :: php string to uppwe 
Php :: enable error logging php 
Php :: php remove last char from string 
Php :: codeigniter email print debugger 
Php :: var_dump smarty 
Php :: laravel random string 
Php :: php number padding 
Php :: wc get product image 
Php :: wordpress max memory limit 
Php :: laravel specified key was too long 
Php :: php explode new line 
Php :: php wait 
Php :: laravel artisan create criteria 
Php :: bcmath php extension in ubuntu 
Php :: store image in public folder laravel 8 
Php :: how to connect database in php 
Php :: get last character of string php 
Php :: Adding or Subtracting Time 
Php :: laravel inrandomorder 
Php :: shop page url woocommerce 
Php :: php artisan db:seed Call to undefined method AppModelsProduct::factory() 
Php :: laravel enum migration example 
Php :: composer error installation 
Php :: get current url in codeigniter 
Php :: php get ip to location 
Php :: php set content type pdf 
Php :: laravel read json file from storage 
Php :: php ellipsis 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =