Skip to content

Instantly share code, notes, and snippets.

View martiis's full-sized avatar

Martynas Sudintas martiis

  • Helis LT
  • Lithuania
View GitHub Profile
@martiis
martiis / .zshrc
Created December 4, 2020 08:43 — forked from aurelmegn/.zshrc
Alias for symfony's console command
## COMPOSER ALIAS
alias cii="composer install --ignore-platform-reqs"
alias cui="composer update --ignore-platform-reqs"
## SYMFONY ALIAS
# Console
alias sf="php bin/console"
alias sfdev="php bin/console --env=dev"