Skip to content

Instantly share code, notes, and snippets.

@AGDholo
Created September 16, 2019 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AGDholo/492ec681a568cdbc38111b8849392282 to your computer and use it in GitHub Desktop.
Save AGDholo/492ec681a568cdbc38111b8849392282 to your computer and use it in GitHub Desktop.
{
"version": 2,
"name": "now-laravel-core",
"scope": "your scope",
"regions": [
"all"
],
"public": true,
"builds": [
{
"src": "public/index.php",
"use": "now-php@latest",
"config": {
"mode": "cgi",
"composer": true
}
},
{ "src": "public/!(*.php)", "use": "@now/static" },
{ "src": "public/**/!(*.php)", "use": "@now/static" }
],
"routes": [
{ "src": "/favicon.ico", "dest": "public/favicon.ico"},
{ "src": "/robots.txt", "dest": "public/robots.txt"},
{ "src": "/(.*)", "dest": "public/index.php" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment