===================================================================
Open your terminal using Ctrl+Alt+T and type the following commands
composer global require "laravel/installer"| #!/bin/bash | |
| ######## Run this bash script with to install Mongodb on your system ########## | |
| # HOWTO: | |
| # System recommendation : Ubuntu 16.04 | |
| # Download the script | |
| # Open in bash and make it executable with command: chmod +x mongodb_install.sh | |
| # Run with command: sudo ./mongodb_install.sh |