All Laravel related stuff
Articles in this series
Before setting up the Laravel on Ubuntu, lets install some prerequisites- sudo apt install -y git curl wget zip unzip Install Apache Install apache and check the status if it's running properly- sudo apt install apache2 sudo systemctl status apache2 ...