Skip to content

Commit 67d23b8

Browse files
committed
update a few things.
1 parent 5a0e175 commit 67d23b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

zipper.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
wget https://github.com/laravel/laravel/archive/master.zip
2+
unzip master.zip -d working
3+
cd working/laravel-master
4+
composer install
5+
zip -r ../../laravel-craft.zip *
6+
cd ../..
7+
mv laravel-craft.zip public/laravel-craft.zip
8+
rm -rf working
9+
rm master.zip

0 commit comments

Comments
 (0)