Skip to content

Instantly share code, notes, and snippets.

@nunomaduro
Created September 16, 2018 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunomaduro/1d611bc5476e288f6c0519498d4c3e02 to your computer and use it in GitHub Desktop.
Save nunomaduro/1d611bc5476e288f6c0519498d4c3e02 to your computer and use it in GitHub Desktop.
Laravel Zero - box.json
{
"chmod": "0755",
"directories": [
"app",
"bootstrap",
"config",
"vendor"
],
"files": [
"composer.json"
],
"exclude-composer-files": false,
"compression": "GZ",
"compactors": [
"Herrera\\Box\\Compactor\\Php",
"Herrera\\Box\\Compactor\\Json"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment