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

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 :: save output of command to variable bash 
Shell :: du linux several directories 
Shell :: bash get user input 
Shell :: git diff with remote branch 
Shell :: ubuntu version 
Shell :: debian apt log 
Shell :: edit grub file 
Shell :: docker logs last few lines 
Shell :: git create branch with specific commit 
Shell :: bash hide file 
Shell :: install angular cli version 
Shell :: delete all containers created x hours ago 
Shell :: how to download grub with pop os 
Shell :: top git commands 
Shell :: set gunicorn timeout via command 
Shell :: ubuntu times new roman font 
Shell :: kubectl cleanup pods 
Shell :: ubuntu vim-plug install 
Shell :: kubectl exec ls -lah 
Shell :: docker prune -a 
Shell :: powershell foreach 
Shell :: set zsh as default shell 
Shell :: github start ssh agent 
Shell :: ssh keygen linux 
Shell :: create package in ros2 
Shell :: find all files with 777 permissions 
Shell :: permission denied /dev/kvm 
Shell :: linux get user id 
Shell :: gif to webm ffmpeg 
Shell :: git branch list 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =