Skip to content

Instantly share code, notes, and snippets.

View subdesign's full-sized avatar
🎯
Focusing

Barna Szalai subdesign

🎯
Focusing
View GitHub Profile
#!/bin/bash
# This script creates a new project (or site) under /var/sites and creates
# new virtual host for that site. With the options a site can also
# install the latest version of Laravel directly.
# This script was originally based on the following script by @Nek from
# Coderwall: https://coderwall.com/p/cqoplg
# Display the usage information of the command.
create-project-usage() {