Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

how to install the app of specific version in laravel

composer create-project --prefer-dist laravel/laravel blog "7.*"
// That will install Version the latest version of Laravel 7.
// would install: 
"laravel/framework": "^7.29",
Comment

PREVIOUS NEXT
Code Example
Shell :: find how many lines in a file linux 
Shell :: windows 10 install wsl2 
Shell :: batch script loop 
Shell :: switch from npm to yarn 
Shell :: pdf pages to images imagemagick 
Shell :: touch in windows 
Shell :: macos kill process on port 
Shell :: how to make a shell in c for beginners 
Shell :: centos vmware guest mount shared folder 
Shell :: ubuntu service start example 
Shell :: remove unused images docker manually version 1.12.6 
Shell :: display group of username mac 
Shell :: how to prevent ubuntu from sleeping when lid is closed 
Shell :: git stash apply undo merge conflict 
Shell :: main vs master in git 
Shell :: shell case example 
Shell :: body-parser use 
Shell :: windows untar powershell 
Shell :: scp with ssh key 
Shell :: install ionic native run 
Shell :: git view changes in commit 
Shell :: docker install ubuntu 20 
Shell :: directory current in bash 
Shell :: where to find zshrc mac 
Shell :: git checkout commit 
Shell :: split bash string 
Shell :: install AMD drivers on Ubuntu 21.04 
Shell :: access wsl filesystem from windows 
Shell :: break line bash 
Shell :: home brew mac 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =