-
-
Save gadingnst/e949d518ac5d33925d4daa41ff06e89e to your computer and use it in GitHub Desktop.
Linux Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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