Skip to content

Instantly share code, notes, and snippets.

@gadingnst
Forked from ertseyhan/remount.sh
Last active July 21, 2018 15:09
Show Gist options
  • Select an option

  • Save gadingnst/e949d518ac5d33925d4daa41ff06e89e to your computer and use it in GitHub Desktop.

Select an option

Save gadingnst/e949d518ac5d33925d4daa41ff06e89e to your computer and use it in GitHub Desktop.
Linux Shell
#Increase /tmp size
$ sudo mount -o remount,size=10G,noatime /tmp
#Install Laravel
$ composer global require "larevel/installer"
$ nano ~/.bashrc
"alias laravel='~/.config/composer/vendor/bin/laravel'"
$ echo $PATH
$ source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment