First install Composer, then:
$ composer create-project laravel/laravel <project-name>
After that we can start a webserver, and test the default index page:
+ | |
+ GIT - the stupid content tracker | |
+ | |
+"git" can mean anything, depending on your mood. | |
+ | |
+ - random three-letter combination that is pronounceable, and not | |
+ actually used by any common UNIX command. The fact that it is a | |
+ mispronounciation of "get" may or may not be relevant. | |
+ - stupid. contemptible and despicable. simple. Take your pick from the | |
+ dictionary of slang. |
package main | |
import ( | |
"io/ioutil" | |
"log" | |
"strings" | |
) | |
func main() { | |
input, err := ioutil.ReadFile("myfile") |
First install Composer, then:
$ composer create-project laravel/laravel <project-name>
After that we can start a webserver, and test the default index page: