We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1396a7 commit 9277befCopy full SHA for 9277bef
README.md
@@ -1,7 +1,6 @@
1
# Cloud9 Laravel 5.5 Installer
2
This install.sh script installs laravel 5.5 and php7.1 onto a fresh Cloud9 (c9.io) workspace.
3
4
-
5
### How To Use
6
##### Step 1
7
Create a new C9.io Workspace with PHP as the template
@@ -10,7 +9,7 @@ Open created Workspace then go to terminal
10
9
##### Step 3
11
Get the install-laravel.sh
12
```sh
13
-$ composer require pkeogan/cloud9-install-laravel-5.5
+$ wget "https://raw.githubusercontent.com/pkeogan/cloud9-install-laravel-5.5/v0.1/install-laravel.sh"
14
```
15
##### Step 4
16
Run The Install
0 commit comments