|
|
|
|
|
by diggan
4776 days ago
|
|
It's very easy to get going with and to learn. It has good documentation (available here[0] for version four) and the code is filled with comments if the documentation isn't enough. It uses "Eloquent ORM" which makes it so easy to handle data with Active Record. RESTful controllers makes it easy to handle the request. And much more, which is why you need to read the documentation to understand why it's different. [0] http://four.laravel.com |
|