Edit the file php.ini (or PHP FPM if on Forge):
memory_limit = 512M
post_max_size = 20M
upload_max_filesize = 20M
| export DEFAULT_USER="$(whoami)" | |
| export PATH=~/.composer/vendor/bin:$PATH | |
| # Alias for pythons | |
| alias py=python | |
| # Alias for composer | |
| alias cr=composer | |
| alias cri="composer install" | |
| alias crd="composer dump-autoload" |
| [alias] | |
| acm = "!f() { git add . && git commit -m \"$(echo $@)\"; }; f"; | |
| com = checkout master | |
| cob = checkout -b | |
| b = branch | |
| p = push | |
| pl = pull | |
| s = status |
Edit the file php.ini (or PHP FPM if on Forge):
memory_limit = 512M
post_max_size = 20M
upload_max_filesize = 20M