How to install laravel in ubuntu 20.04 step by step | install laravel on ubuntu 20.04

preview_player
Показать описание
Hi,
Here are the steps -
Step 1 - sudo apt update

Step 2 - Instal php, extenstions and curl
sudo apt install php
sudo apt install php7.4-mbstring php7.4-xml php7.4-zip
sudo apt install curl

Step 3 - Install composer

Step 4 - composer global require laravel/installer

Step 5 - nano .bashrc
write - export PATH="$PATH:$HOME/.config/composer/vendor/bin"
then save the file

Step 6 - source ~/.bashrc

Step 7 - Create new laravel app (name of our app is application) - laravel new application
go to application directory by typing - cd application/
then type - php artisan key:generate --ansi
then type - php artisan serve

#Ubuntu #laravel #composer

Similar Tags : install laravel in linux mint, install laravel in elementary os, install laravel in zorin os,install laravel in ubuntu 18.04 digitalocean,install laravel ubuntu 18.04 nginx,install laravel ubuntu 18.04 apache,install laravel in ubuntu 16.04 using composer,install laravel 5.6 in ubuntu,install laravel in ubuntu 16.04 aws,how to run laravel project in ubuntu,install composer ubuntu,how to install laravel in ubuntu step by step,install laravel ubuntu 18.04 nginx,install laravel ubuntu 18.04 apache,how to run laravel project in ubuntu,install laravel in ubuntu 18.04 digitalocean,install laravel 5.6 in ubuntu,install composer ubuntu,install laravel 6,install laravel ubuntu 18.04 nginx,install laravel 5.6 in ubuntu,how to run laravel project in ubuntu,install laravel in ubuntu 18.04 digitalocean,install composer ubuntu,how to install laravel in xampp ubuntu,how to deploy laravel project on ubuntu server,how to open laravel project in ubuntu
Рекомендации по теме
Комментарии
Автор

Thank you so much. I've lose two days traying to install LARAVEL. And today, this tutoriel help me to do it

judealbert
Автор

I'm just leaving a comment for the algorithm. Very useful thanks!

ignrey
Автор

Thank you... This video really help me to install laravel latest version in my Ubuntu 20.04 system... Thank you again...

subhodeepbhattacharjee
Автор

This was very helpful and resourceful. Thanks alot


best one

SalimKhan-phsm
Автор

Thank you ... Really helpful.. it resolve my all problem .. i stuck from 3 hours

dishantkapoor
Автор

This was very helpful and resourceful. Thanks alot

andrewabwango
Автор

Thanks bro its really work thanks you much

mubasharkhalid
Автор

Thank you its really help me to install latest laravel application on ubuntu

nirmaldevangi
Автор

Thank you... I just install it in my linux mint system.. 100% worked for me!!!

antoniosthanasis
Автор

you get a 10 star from me .. it have saved my day

markrutto
Автор

Its help me a lot. Thank you very much brother..

sahabatdavid
Автор

What about mysql? We also need it as DB with laravel

shahmirjadoon
Автор

thanks for that, it helped me and saved time !

ahmedamin
Автор

Hey there I am currently on step 5 of this trying to save the file what command do I do to save that you never told us?

MrBlunker
Автор

Can you do a video launching laravel app with homestead in linux? or if there is a way to use valet with linux?

ryanm.
join shbcf.ru