-
-
Save byjml/5796778 to your computer and use it in GitHub Desktop.
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/sh | |
git clone https://github.com/laravel/laravel.git $1 | |
cd $1 | |
# Required for getting L4 dev | |
git reset --hard HEAD | |
git checkout master | |
git remote rename origin upstream | |
# Asumes that composer is install globally | |
composer install | |
php artisan key:generate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment