We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e175 commit 67d23b8Copy full SHA for 67d23b8
zipper.sh
@@ -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