This file contains 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
{"lastUpload":"2021-02-15T06:08:34.765Z","extensionVersion":"v3.4.3"} |
This file contains 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
alias sdc='sudo docker-compose' | |
alias sdce='sudo docker-compose exec' | |
alias up='sdc up -d nginx redis workspace mysql phpmyadmin redis-webui' | |
alias iptv='/home/apache/laradock' | |
alias sdc='sudo docker-compose' | |
alias sdce='sudo docker-compose exec' | |
alias up='sdc up -d nginx redis workspace mysql phpmyadmin redis-webui' | |
alias iptv='/home/apache/laradock' | |
alias checkport='sudo lsof -i -P -n |grep 80' |
This file contains 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
{ | |
"preset": "psr12", | |
"rules": { | |
"align_multiline_comment": true, | |
"array_indentation": true, | |
"array_syntax": true, | |
"blank_line_after_namespace": true, | |
"blank_line_after_opening_tag": true, | |
"combine_consecutive_issets": true, | |
"combine_consecutive_unsets": true, |
This file contains 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
accent: "#818cf8" | |
foreground: "#0f172a" | |
background: "#f8fafc" | |
details: "lighter" | |
terminal_colors: | |
normal: | |
red: "#f87171" | |
yellow: "#facc15" | |
black: "#0f172a" | |
cyan: "#22d3ee" |
This file contains 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
{ | |
"clientWebsiteDevelopmentChecklist": { | |
"generalInformation": { | |
"businessName": { | |
"value": "", | |
"helpText": "What is the name of your business, and what do you do?" | |
}, | |
"targetAudience": { | |
"age": { | |
"value": "", |