Skip to content

Instantly share code, notes, and snippets.

View jaypoojara's full-sized avatar
🏠
Working from home

Jay Poojara jaypoojara

🏠
Working from home
View GitHub Profile
@meganlkm
meganlkm / laravel5_shared_hosting_project.sh
Last active January 3, 2019 19:49
setup a laravel5 project to deploy to a shared hosting provider
#!/bin/bash
myproject='myproject'
mywww='public_html'
# initialize project
composer create-project laravel/laravel $myproject --prefer-dist
cd $myproject
# fix paths to public