Skip to content

Instantly share code, notes, and snippets.

@sibysathyanesan
Last active June 7, 2019 11:29
Show Gist options
  • Save sibysathyanesan/7315d29655dc7a93499a5cc6ff9b0ff4 to your computer and use it in GitHub Desktop.
Save sibysathyanesan/7315d29655dc7a93499a5cc6ff9b0ff4 to your computer and use it in GitHub Desktop.
laravel installation
create-project laravel/laravel <Projectname>
Create virtual hosts in ubuntu.
add site specific entries to following two file locations
1) sudo subl /etc/apache2/sites-available/000-default.conf
DocumentRoot /var/www/html/Projectname/public
3) sudo subl /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment