How to install Laravel globally in Ubuntu
===================================================================
Open your terminal using Ctrl+Alt+T
and type the following commands
Step 1: Install Laravel
composer global require "laravel/installer"
===================================================================
Open your terminal using Ctrl+Alt+T
and type the following commands
composer global require "laravel/installer"