Can you provide me good tutorial link to learn laravel? Thank you in advance
There are many good online tutorials you can google.
You can download a free book here:
http://learninglaravel.net/laravelbook
This is a good Tutsplus tutorial:
http://code.tutsplus.com/tutorials/building-web-applications-from-scratch-with-laravel--net-25517
This is a list of books available for Laravel:
http://wiki.laravel.io/Books
The original beginner's guide is probably the best starting point:
http://wiki.laravel.io/A_Beginner%27s_Guide_to_Laravel_4
If you don't like reading, you can watch tutorials on Youtube.
http://www.youtube.com/results?search_query=laravel
I personally migrated from Codeigniter to Laravel. You might start creating a simple app with CI first, since it is so well documented, and then from there port it to Laravel 4. This is how I did it and I think it will give you a solid foundation for how controllers and eloquent works. From there, look into authentication, and then all the other advanced concepts.
Hope this helps! Happy coding









