Created
June 1, 2022 07:59
-
-
Save magarrent/33fd9866abbd4e51ca8d8e0fb59b9a03 to your computer and use it in GitHub Desktop.
Pull Laravel project from git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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