Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install particular version of laravel

composer create-project laravel/laravel="5.1.*" myProject
Comment

install laravel specific version

composer create-project laravel/laravel:^8.* project_name
Comment

How to install specific Laravel version using composer

composer create-project laravel/laravel="5.7.*" ProjectName
Comment

PREVIOUS NEXT
Code Example
Shell :: install tweepy 
Shell :: kubectl change namespace 
Shell :: gitlab ci allow failure 
Shell :: brew install atom 
Shell :: wsl upgrade to 2 
Shell :: pip install fails with connection error ssl 
Shell :: install jenkins on ubuntu 
Shell :: clone a conda environment 
Shell :: unable to pub upgrade flutter tool 
Shell :: how to install xlswriter for pandas 
Shell :: arch linux emoji not showing 
Shell :: m1 install gradle 
Shell :: git find login 
Shell :: debian install dos2unix 
Shell :: gulp cli 
Shell :: oh my zsh update 
Shell :: git add missed to last commit 
Shell :: vscode for ubuntu linux 
Shell :: what is my monitor resolution ubuntu 
Shell :: npm installation in mac 
Shell :: indicator stickynotes 
Shell :: ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly 
Shell :: apply last stash git 
Shell :: no console pyinstaller 
Shell :: docker runlike 
Shell :: gitignore committed file 
Shell :: delete all unstaged files git 
Shell :: install storybook angular 
Shell :: install google chrome on fedira 
Shell :: scan network for devices linux 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =