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 version global upgrade

composer global require "laravel/installer:^4.0"
Comment

PREVIOUS NEXT
Code Example
Shell :: build docker file with no cache 
Shell :: how to view current ssh git 
Shell :: curl post form 
Shell :: get users shell 
Shell :: install microsoft edge terminal 
Shell :: install express globally 
Shell :: how to install onnx on jetson nano 
Shell :: symfony webpack server 
Shell :: enable ssh linux 
Shell :: yarn react install 
Shell :: install python docker 
Shell :: linux command to go to the previous directory 
Shell :: how to use gitignore to ignore a folder 
Shell :: Permission denied (publickey,keyboard-interactive). 
Shell :: git clone recursive submodule 
Shell :: macbook gestures stopped working 
Shell :: $$ in shell script 
Shell :: install serverless framework 
Shell :: git bash gradle weird characters 
Shell :: linux remove link 
Shell :: kill process using cmd 
Shell :: pushing code with another github account 
Shell :: pen() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission denied), client: 
Shell :: linux create link to folder 
Shell :: bash how to log in to remote server 
Shell :: yarn global 
Shell :: install react react testing library 
Shell :: clone at a given commit github 
Shell :: bash call another script relative to current script 
Shell :: docker all logs at once 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =