Skip to content

Instantly share code, notes, and snippets.

View jebog's full-sized avatar
🏠

Jean-Marc Amon jebog

🏠
View GitHub Profile
#!/bin/bash
myproject='myproject'
mywww='public_html'
# initialize project
composer create-project laravel/laravel $myproject --prefer-dist
cd $myproject
# fix paths to public