Answers for "where does laravel gets installed on linux"

C
1

what are the ubuntu packages required for laravel to be installed

sudo apt install php7.2-common php7.2-cli php7.2-gd php7.2-mysql php7.2-curl php7.2-intl php7.2-mbstring php7.2-bcmath php7.2-imap php7.2-xml php7.2-zip
Posted by: Guest on September-01-2020
0

Laravel installation on Linux

cd example-app

./vendor/bin/sail up
Posted by: Guest on May-12-2021

Code answers related to "where does laravel gets installed on linux"

Code answers related to "C"

Browse Popular Code Answers by Language