This file has been truncated, but you can view the full file.
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
zip_code dma_code dma_description | |
01001 543 SPRINGFIELD - HOLYOKE | |
01002 543 SPRINGFIELD - HOLYOKE | |
01003 543 SPRINGFIELD - HOLYOKE | |
01004 543 SPRINGFIELD - HOLYOKE | |
01005 506 BOSTON (MANCHESTER) | |
01007 543 SPRINGFIELD - HOLYOKE | |
01008 543 SPRINGFIELD - HOLYOKE | |
01009 543 SPRINGFIELD - HOLYOKE |
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
{"name":"php","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"GitHub Dark Default\\\",\\n \\\"workbench.iconTheme\\\": \\\"vscode-jetbrains-icon-theme-2023-dark\\\",\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\n \\\"workbench.activityBar.location\\\": \\\"bottom\\\",\\n \\\"workbench.statusBar.visible\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"window.commandCenter\\\": false,\\n \\\"workbench.layoutControl.enabled\\\": false,\\n \\\"editor.fontFamily\\\": \\\"JetBrains Mono\\\",\\n \\\"editor.fontLigatures\\\": true,\\n \\\"[php]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"open-southeners.laravel-pint\\\"\\n },\\n \\\"editor.codeLensFontFamily\\\": \\\"JetBrains Mono\\\",\\n \\\"terminal.integrated.fontFamily\\\": \\\"JetBrains Mono\\\",\\n \\\"laravel-pint.enable\\\": true,\\n \\\"editor.formatOnSave\\\": true\\n}\"}","extensions":"[{\"identifier\":{\"id\":\"adrianwilczynski.alpine-js-intellisense\",\"uuid\":\" |
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
.PHONY: help | |
SAIL := ./vendor/bin/sail | |
help: ## Display all available commands. | |
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n\nTargets:\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-10s\033[0m %s\n", $$1, $$2 }' $(MAKEFILE_LIST) | |
install: ## Setup project and install dependencies. | |
@cp .env.example .env | |
@cp .env.example .env.testing |