Skip to content

Instantly share code, notes, and snippets.

@magarrent
Created June 1, 2022 07:59
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 magarrent/33fd9866abbd4e51ca8d8e0fb59b9a03 to your computer and use it in GitHub Desktop.
Save magarrent/33fd9866abbd4e51ca8d8e0fb59b9a03 to your computer and use it in GitHub Desktop.
Pull Laravel project from git
#!/bin/bash
git pull
php artisan optimize:clear
composer install
npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment