how to edit configuration file from cli

 php --ini | grep 'Loaded Configuration File'

 1994  nano /etc/php/8.1/cli/php.ini

 1995  sudo nano /path/to/php.ini

 1996  sudo nano /etc/php/8.1/cli/php.ini


edit ,save

ctrl x

y

ctrl t

select file


No comments:

Post a Comment

Event listening in react

 How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...