Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
# Commonly Used Aliases | |
alias dc='docker compose' | |
alias art="php artisan" | |
alias artisan="php artisan" | |
alias cdump="composer dump-autoload -o" | |
alias composer:dump="composer dump-autoload -o" | |
alias db:reset="php artisan migrate:reset && php artisan migrate --seed" | |
alias dusk="php artisan dusk" | |
alias fresh="php artisan migrate:fresh" |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = space | |
indent_size = 2 | |
trim_trailing_whitespace = true |
{ | |
"editor.fontFamily": "JetBrains Mono, 'Cascadia Code', Consolas, 'Courier New', monospace", | |
"editor.detectIndentation": false, | |
"editor.fontLigatures": true, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment", | |
"entity.name.type.class", |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
<script>console.log({{ product | json }});</script> |