Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

laravel upgrade php version

// Go to your composer.json file in your project root
// Then search for the below configuration. And change 
// it to whatever version you need
Like this :
"php": "7.0.7"
or something like this :
"php": "^7.3|^8.0",

//Then run composer install
composer install
Comment

laravel 7 upgrade

$>which composer
/usr/local/bin/composer

$>php -d memory_limit=512M /usr/local/bin/composer update
...
Comment

PREVIOUS NEXT
Code Example
Shell :: creating splash screen for nativescript 
Shell :: wait-on yarn 
Shell :: ssh leave process running 
Shell :: recover commits done on HEAD 
Shell :: How to use Git for Unity3D source control? 
Shell :: download a github folder 
Shell :: rec: command not found 
Shell :: Jupyter %%time 
Shell :: bash array number range from var 
Shell :: install tesseract-ocr jpn 
Shell :: install document viewer ubuntu 
Shell :: using scp with ssh with server credentials 
Shell :: git diff of a file 
Shell :: installing visual studio code in ubuntu 
Shell :: apache2 default url 
Shell :: how to install python package without admin rights 
Shell :: linux command to delete direcoty with specified name recursivel 
Shell :: yum repositories 
Shell :: git show log after date 
Shell :: how to grep two terms at once grep 
Shell :: rpi install kodi 
Shell :: installing android studio on kali linux 
Shell :: instal ng2 search module 
Shell :: kubectl patch annotation 
Shell :: pig latin group by 
Shell :: linux dig command all dns records 
Shell :: how to restore default apache httpd conf file 
Shell :: how to boot from grub rescue 
Shell :: how to install tar.gz setup of pycharm community 
Shell :: how to make maven clean install faster in eclipse 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =