Search
 
SCRIPT & CODE EXAMPLE
 

PHP

tinker color auto

/*
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 color cli 
Php :: php hide errors 
Php :: php start session if not started 
Php :: phpmailer utf8 charset encoding 
Php :: install php8 on linux 
Php :: laravel check version 
Php :: is frontpage wordpress 
Php :: curl php show error 
Php :: php remove numbers from string 
Php :: return last insert id in codeigniter 
Php :: php redirect 
Php :: js redirect in php 
Php :: php pdo last insert id 
Php :: Call to undefined method JeroenNotenLaravelAdminLteHelpersMenuItemHelper::isSearchBar( 
Php :: php how to delete file 
Php :: php array unique array to string conversion 
Php :: storage link laravel 
Php :: php convert date and time to iso 8601 
Php :: how console log laravel 
Php :: your requirements could not be resolved to an installable set of packages. composer 
Php :: CLI to create a new laravel project 
Php :: laravel debugbar 
Php :: php get elapsed time 
Php :: laravel blade for loop 
Php :: Syntax error or access violation: 1071 La clé est trop longue. Longueur maximale: 1000 
Php :: Sorry, This File Type Is Not Permitted for Security Reasons 
Php :: get first key of array php 
Php :: how to check if a string contains a substring in php 
Php :: print array php 
Php :: codeigniter 3 limit 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =