Skip to content

Instantly share code, notes, and snippets.

@clarkeash
Created March 11, 2020 11:19
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 clarkeash/157f56d655dbdf3044bcacc2351ec9f5 to your computer and use it in GitHub Desktop.
Save clarkeash/157f56d655dbdf3044bcacc2351ec9f5 to your computer and use it in GitHub Desktop.
Nodemon config for Laravel
{
"events": {
"start": "clear",
"restart": "clear"
},
"exec": "php artisan test",
"ext": "*",
"ignore": [
"vendor/"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment