-
-
Save wargodz009/508727d4bd32d4cc5c157bb4fa2aa37c to your computer and use it in GitHub Desktop.
Cron job command for Laravel 4.2
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":"2019-11-22T18:18:01.834Z","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
[ | |
{ | |
"metadata": { | |
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
"publisherId": "HookyQR.beautify", | |
"publisherDisplayName": "HookyQR" | |
}, | |
"name": "beautify", | |
"publisher": "HookyQR", | |
"version": "1.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "10.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "32aada6b-3cbf-4590-ab56-f2c4423d028f", | |
"publisherId": "cjhowe7.laravel-blade", | |
"publisherDisplayName": "cjhowe7" | |
}, | |
"name": "laravel-blade", | |
"publisher": "cjhowe7", | |
"version": "1.1.2" | |
}, | |
{ | |
"metadata": { | |
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de", | |
"publisherId": "ritwickdey.LiveServer", | |
"publisherDisplayName": "ritwickdey" | |
}, | |
"name": "LiveServer", | |
"publisher": "ritwickdey", | |
"version": "5.6.1" | |
}, | |
{ | |
"metadata": { | |
"id": "044b4b31-2969-4af3-895d-855433b8b46d", | |
"publisherId": "felixfbecker.php-debug", | |
"publisherDisplayName": "felixfbecker" | |
}, | |
"name": "php-debug", | |
"publisher": "felixfbecker", | |
"version": "1.13.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5e69f001-f945-4c97-baf0-320d82a153b3", | |
"publisherId": "felixfbecker.php-intellisense", | |
"publisherDisplayName": "felixfbecker" | |
}, | |
"name": "php-intellisense", | |
"publisher": "felixfbecker", | |
"version": "2.3.13" | |
}, | |
{ | |
"metadata": { | |
"id": "1a9300c9-36a6-44d1-9d09-ada3641b8727", | |
"publisherId": "felixfbecker.php-pack", | |
"publisherDisplayName": "felixfbecker" | |
}, | |
"name": "php-pack", | |
"publisher": "felixfbecker", | |
"version": "1.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347", | |
"publisherId": "alefragnani.project-manager", | |
"publisherDisplayName": "alefragnani" | |
}, | |
"name": "project-manager", | |
"publisher": "alefragnani", | |
"version": "10.9.1" | |
}, | |
{ | |
"metadata": { | |
"id": "f0c5397b-d357-4197-99f0-cb4202f22818", | |
"publisherId": "ms-vscode-remote.remote-wsl", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-wsl", | |
"publisher": "ms-vscode-remote", | |
"version": "0.40.3" | |
}, | |
{ | |
"metadata": { | |
"id": "b864db6b-8147-4ff8-b05a-f7c906c91f02", | |
"publisherId": "joshpeng.sublime-babel-vscode", | |
"publisherDisplayName": "joshpeng" | |
}, | |
"name": "sublime-babel-vscode", | |
"publisher": "joshpeng", | |
"version": "0.2.10" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "ms-azuretools.vscode-docker", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-docker", | |
"publisher": "ms-azuretools", | |
"version": "0.8.2" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.9.1" | |
}, | |
{ | |
"metadata": { | |
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0", | |
"publisherId": "bmewburn.vscode-intelephense-client", | |
"publisherDisplayName": "bmewburn" | |
}, | |
"name": "vscode-intelephense-client", | |
"publisher": "bmewburn", | |
"version": "1.2.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
{ | |
"projectManager.git.baseFolders": [ | |
"d:\\code" | |
], | |
"projectManager.git.ignoredFolders": [ | |
"node_modules", | |
"out", | |
"typings", | |
"test", | |
"vendor" | |
], | |
"editor.fontFamily": "", | |
"window.zoomLevel": 0, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
"workbench.startupEditor": "newUntitledFile", | |
"explorer.confirmDelete": false, | |
"emmet.includeLanguages": { | |
"blade": "html" | |
}, | |
"[php]": {}, | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
{ | |
"language": "typescript", | |
"autoFix": true | |
}, | |
{ | |
"language": "typescriptreact", | |
"autoFix": true | |
} | |
], | |
"files.hotExit": "off", | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.formatOnSave": false, | |
"sync.gist": "508727d4bd32d4cc5c157bb4fa2aa37c", | |
"sync.autoUpload": true, | |
"sync.autoDownload": true, | |
"files.watcherExclude": { | |
"**/.git/objects/**": true, | |
"**/.git/subtree-cache/**": true, | |
"**/node_modules/*/**": true | |
}, | |
"terminal.integrated.shell.linux": "/bin/zsh", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"[html]": {} | |
} |
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
Show hidden characters
{ | |
"centralconfig": { | |
"prefix": "centralconfig", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-central-config.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"tubetour": { | |
"prefix": "tubetour", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-tubetour.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"cenad": { | |
"prefix": "cenad", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/apis-tubetour_centralize_admin.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"promo": { | |
"prefix": "promo", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-promo.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"pintour": { | |
"prefix": "pintour", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-pintour.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"seoadmin": { | |
"prefix": "seoadmin", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-seoadmin.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"helpers": { | |
"prefix": "helpers", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-helpers.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"commonhelpers": { | |
"prefix": "commonhelpers", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-common-helpers.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"lumenapi": { | |
"prefix": "lumenapi", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-lumenapi-client.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"natspostback": { | |
"prefix": "natspostback", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-nats-postback.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"database": { | |
"prefix": "database", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-database.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"tracking": { | |
"prefix": "tracking", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/paperstreetmedia-tracking.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"trailertour": { | |
"prefix": "trailertour", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-trailertour.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"thumbstats": { | |
"prefix": "thumbstats", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-thumbstats.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"estracker": { | |
"prefix": "estracker", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-estracker.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"nats": { | |
"prefix": "nats", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-nats.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"tourinstaller": { | |
"prefix": "tourinstaller", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-tourinstaller.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"oneclick": { | |
"prefix": "oneclick", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-oneclick.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"encrypt": { | |
"prefix": "encrypt", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/mmaksimovic-nats-encryption.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"core": { | |
"prefix": "core", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-core.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"dbaccess": { | |
"prefix": "dbaccess", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/libraries-db-access-layer.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
"mono": { | |
"prefix": "mono", | |
"body": [ | |
"\"[email protected]:paperstreet/legacy/packages-mono.git\"" | |
], | |
"description": "gitlab path" | |
}, | |
} |
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
{ | |
"assets cdn url": { | |
"prefix": "ass", | |
"body": [ | |
"https://assets.psmcdn.net" | |
], | |
"description": "assets cdn url" | |
}, | |
"images cdn url": { | |
"prefix": "imgg", | |
"body": [ | |
"https://images.psmcdn.net" | |
], | |
"description": "images cdn url" | |
}, | |
"assets cdn url for mylf": { | |
"prefix": "ass-m", | |
"body": [ | |
"https://assets.mylfcdn.net" | |
], | |
"description": "assets cdn url for mylf" | |
}, | |
"images cdn url for mylf": { | |
"prefix": "imgg-m", | |
"body": [ | |
"https://images.mylfcdn.net" | |
], | |
"description": "images cdn url for mylf" | |
}, | |
"https billers": { | |
"prefix": "billers", | |
"body": [ | |
"<li>Please visit <a href=\"https://cs.segpay.com\">SEGPAY.COM</a> | <a href=\"https://epoch.com\">EPOCH.COM</a>, our authorized sales agents.</li>" | |
], | |
"description": "https billers on footer" | |
}, | |
} |
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
{} |
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
{ | |
// Place your snippets for php here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
// same ids are connected. | |
// Example: | |
"datapath": { | |
"prefix": "datapath", | |
"body": [ | |
"'C:\\Users/jayar/static_datastore/'" | |
], | |
"description": "local path" | |
}, | |
"getenv": { | |
"prefix": "genv", | |
"body": [ | |
"getenv('$1')" | |
], | |
"description": "env get" | |
}, | |
"nodepricated": { | |
"prefix": "nodepricated", | |
"body": [ | |
"error_reporting(E_ALL ^ E_DEPRECATED);" | |
], | |
"description": "no depricated error" | |
}, | |
"jay dev": { | |
"prefix": "jaydev", | |
"body": [ | |
"'jay' => array('wargodz009','DESKTOP-4TCCF2L')" | |
], | |
"description": "jay dev area" | |
}, | |
"pintour tracking": { | |
"prefix": "pintrack", | |
"body": [ | |
"'domain' => 'mylfdom.com/t6', 'join_cookie' => 'mylfdomt1thumbid', 'cache_key' => 'mylfdom-t66','nats_site_id' => 13, 'join_url' => 'https://join.mylfdom.com/signup/signup.php?nats=','thumb_url'=>'https://cdn.teamskeetimages.com/design/tour/ih/pintour/1/default/img/jpg/thumbs/'" | |
], | |
"description": "pintour tracking additional config" | |
}, | |
"assets cdn url": { | |
"prefix": "ass", | |
"body": [ | |
"https://assets.psmcdn.net" | |
], | |
"description": "assets cdn url" | |
}, | |
"images cdn url": { | |
"prefix": "imgg", | |
"body": [ | |
"https://images.psmcdn.net" | |
], | |
"description": "images cdn url" | |
}, | |
"assets cdn url for mylf": { | |
"prefix": "ass-m", | |
"body": [ | |
"https://assets.mylfcdn.net" | |
], | |
"description": "assets cdn url for mylf" | |
}, | |
"images cdn url for mylf": { | |
"prefix": "imgg-m", | |
"body": [ | |
"https://images.mylfcdn.net" | |
], | |
"description": "images cdn url for mylf" | |
}, | |
"https billers": { | |
"prefix": "billers", | |
"body": [ | |
"<li>Please visit <a href=\"https://cs.segpay.com\">SEGPAY.COM</a> | <a href=\"https://epoch.com\">EPOCH.COM</a>, our authorized sales agents.</li>" | |
], | |
"description": "https billers on footer" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment