Skip to content

Instantly share code, notes, and snippets.

@aahmed9to6
Last active February 24, 2025 16:26
Show Gist options
  • Select an option

  • Save aahmed9to6/ac6e239aaa5a48f1c1eb10f05eaa085a to your computer and use it in GitHub Desktop.

Select an option

Save aahmed9to6/ac6e239aaa5a48f1c1eb10f05eaa085a to your computer and use it in GitHub Desktop.
Symfony/Laravel on shared hosting

mv public_html <some_backup_name>

mkdir public

ln -s public/ public_html

First parameter is directory path, second is symlink name

ls -la

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment