Skip to content

Instantly share code, notes, and snippets.

View mohssineAboutaj's full-sized avatar

mohssine aboutaj mohssineAboutaj

View GitHub Profile
@Maria-UET
Maria-UET / mongodb_install.sh
Last active May 9, 2025 18:34
One-click Install and Configure MongoDB on Ubuntu
#!/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

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"