Search
 
SCRIPT & CODE EXAMPLE
 

PHP

tinker color disabled

/*
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 :: how to make a php info 
Php :: laravel clear route cache 
Php :: php reverse shell one liner 
Php :: error reporting in php 
Php :: echo pre print_r 
Php :: laravel version check 
Php :: codeigniter check affected rows 
Php :: laravel Str::random 
Php :: php 0 padding left 
Php :: migrate specific table laravel 
Php :: php get first 5 characters of string 
Php :: php keep only numbers in string 
Php :: check if cookie exists php 
Php :: update php version using htaccess 
Php :: wordpress check user against user roles 
Php :: woocommerce disable zoom on product image 
Php :: laravel asset storage not working 
Php :: laravel firstorfail 
Php :: opencart order change status 
Php :: strtoupper in php 
Php :: inrandomorder laravel 
Php :: twig replace char 
Php :: carbon start of day 
Php :: print all session variables php 
Php :: laravel/framework[v5.8.0, ..., 5.8.x-dev] require php ^7.1.3 - your php version (8.1.6) does not satisfy that req 
Php :: laravel 7 error npm run dev 
Php :: php get user ip 
Php :: wordpress enqueue style child theme 
Php :: array_unique 
Php :: count object php 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =