Skip to content

Instantly share code, notes, and snippets.

@Developerayo
Last active July 30, 2019 12:52
Show Gist options
  • Save Developerayo/8b37c42fdabdab412b76a1ca7edf2a12 to your computer and use it in GitHub Desktop.
Save Developerayo/8b37c42fdabdab412b76a1ca7edf2a12 to your computer and use it in GitHub Desktop.
for php deployment
{
"version": 2,
"name": "Linksnest",
"builds": [{ "src": "index.php", "use": "@now/php" }],
"routes": [
{ "src": ".*.php$", "dest": "index.php" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment