You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/01-04-01-Homestead.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ anchor: homestead
5
5
6
6
## Homestead {#homestead_title}
7
7
8
-
Laravel is not only using Vagrant as the official development environment, but it also have it's own base box that you can use to start developing with Laravel. This base box is called "Homestead".
8
+
Laravel is not only using Vagrant as the official development environment but also has its own base box called "Homestead".
9
+
You can use Homestead to start developing with Laravel without the hassle of setting up your local environment for Laravel.
9
10
10
-
The instructions and usage of homestead can be found in [Official Documentation][homestead-docs].
11
+
The instructions and usage of homestead can be found in the [Official Documentation][homestead-docs].
Copy file name to clipboardExpand all lines: _posts/05-02-01-The-Basics.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,20 @@ anchor: the_basics
5
5
6
6
## The Basics {#the_basics_title}
7
7
8
-
PLaravel has tons of overwhelming features. The following articles might be able to help you to be in the same "page" about why Laravel exists in the first place.
8
+
Laravel has tons of features which might be overwhelming at first.
9
9
10
-
*[ Why it is using Composer?][li1]
10
+
Here are some articles and resources that may be useful to get on the same page with Laravel.
11
+
12
+
*[Composer: Part 1 – What & Why?][li1]
11
13
*[Why use an autoloader? why just don't require the files?][li2]
12
-
*[Before Laravel, CodeIgniter is the king of PHP framework. What happened?][li3]
14
+
*[Why CodeIgniter over Laravel - 5 Things CodeIgniter cannot do without a rewrite?][li3]
0 commit comments