Skip to content

Instantly share code, notes, and snippets.

@dapseen
Created April 17, 2019 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dapseen/3333112b961717260ba81f17f2cf5ebd to your computer and use it in GitHub Desktop.
Save dapseen/3333112b961717260ba81f17f2cf5ebd to your computer and use it in GitHub Desktop.
setup time for tellvictor project
alias tell_proj="cd /var/www/html/tellvictor"
#!/bin/bash
#change directory to tellvictor app
echo -e "changing directory to tellvictor folder"
#open google-chrome
echo -e "open google chrome"
google-chrome http://localhost:8000
#start laravel on port 8000
php artisan serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment