Search
 
SCRIPT & CODE EXAMPLE
 

PHP

tinker not colorful

/*
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 :: var_dump not showing all 
Php :: check if session is started php 
Php :: str not found laravel 
Php :: php refresh 
Php :: laravel image validation 
Php :: wpdb last query 
Php :: php server self 
Php :: wordpress get template url 
Php :: destroy session codeigniter 3 
Php :: php supress errors 
Php :: : Unable to locate package php7.4-fpm 
Php :: how to get file extension in laravel 
Php :: use str laravel 
Php :: forget or remove a session in laravel 
Php :: explode foreach 
Php :: php strip out special characters 
Php :: hasany cakephp 
Php :: php artisan route scan 
Php :: php filter only numbers 
Php :: hex to dec php 
Php :: eloquent where between 
Php :: PHP Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/api-fase/bootstrap/autoload.php on line 17 
Php :: pull information from another website 
Php :: php all keys in array 
Php :: php isarray 
Php :: function exists php 
Php :: enqueue font awesome wordpress 
Php :: path of app directory in controller laravel 
Php :: formate date using carbon in laravel blade 
Php :: remove phpmyadmin ubuntu 20.04 completely 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =