Skip to content

Instantly share code, notes, and snippets.

@ivandokov
Last active August 22, 2019 19:45
Show Gist options
  • Save ivandokov/40221e0d6a13db1f5f8f3f747a567787 to your computer and use it in GitHub Desktop.
Save ivandokov/40221e0d6a13db1f5f8f3f747a567787 to your computer and use it in GitHub Desktop.
Laravel setup on cPanel
cd /home/website; rm -rf public_html; ln -s public public_html >/dev/null 2>&1
cd /home/website/public; ln -s ../storage/app/public storage >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment