Skip to content

Commit 3d86a80

Browse files
committed
Merge pull request #15 from Laravel-Philippines/master
Added and rewrote some links; fixed up some sentences
2 parents c1a8cd9 + 21c8c5d commit 3d86a80

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

_posts/01-04-01-Homestead.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ anchor: homestead
55

66
## Homestead {#homestead_title}
77

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.
910

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].
1112

12-
[homestead-docs]: http://laravel.com/docs/5.0/homestead
13+
[homestead-docs]: http://laravel.com/docs/5.0/homestead

_posts/05-02-01-The-Basics.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ anchor: the_basics
55

66
## The Basics {#the_basics_title}
77

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.
99

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]
1113
* [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]
1315
* [How to install Laravel in WAMP?][li4]
16+
* [Object-Oriented Bootcamp on Laracasts][li5]
17+
* [Laravel 5 from Scratch on Laracasts][li6]
1418

1519
[li1]:http://nelm.io/blog/2011/12/composer-part-1-what-why/
1620
[li2]:http://www.sitepoint.com/autoloading-and-the-psr-0-standard/
1721
[li3]:https://philsturgeon.uk/blog/2012/12/5-things-codeigniter-cannot-do-without-a-rewrite
18-
[li4]:http://www.darwinbiler.com/how-to-install-laravel-on-wamp-for-beginners/
22+
[li4]:http://www.darwinbiler.com/how-to-install-laravel-on-wamp-for-beginners/
23+
[li5]:https://laracasts.com/series/object-oriented-bootcamp-in-php
24+
[li6]:https://laracasts.com/series/laravel-5-from-scratch/

0 commit comments

Comments
 (0)