Skip to content

Instantly share code, notes, and snippets.

@coffeenotfound
Created October 1, 2017 14:58
Show Gist options
  • Save coffeenotfound/8dda44e151507921208aa849701d654d to your computer and use it in GitHub Desktop.
Save coffeenotfound/8dda44e151507921208aa849701d654d to your computer and use it in GitHub Desktop.
Script for starting a Laravel dev server and running webpack
@echo off
start cmd /k "npm run watch"
start cmd /k "php artisan serve"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment