Skip to content

Commit 5a92ef2

Browse files
committed
Update 05-02-01-The-Basics.md
Added some laracast links
1 parent 15c23a2 commit 5a92ef2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

_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)