(draft) Understanding Yii 3

Comparing #5 with #6

Revision #6 was created by Mehdi Achour Mehdi Achour on Dec 18, 2018, 12:26:34 PM.

Updated the screenshot url. Default output is now sexier :)

Content

[...]
vendor/bin/yii serve
```

By visiting http://localhost:8080/, you should now see something like this:

[[/Users/didou/Desktop/Screen Shot 2018-12-16 at 10.14.25 PM.png]]
 
 
Not really sexy, but well, that's a start!
<img src="https://user-images.githubusercontent.com/304450/50153967-44a6af00-02c8-11e9-9914-ceb463065cdf.png" />

Checking back our project structure, nothing really changed, aside from the creation of these three entries:

* node_modules/
* package-lock.json
[...]