Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Amidamaru's avatar

Laravel Learning Curve(Time)

Hi,

I am new to Laravel Framework. I can code in manual PHP and MySQL. I heard that using frameworks can help build web application.

My question is, is 2 months enough to learn Laravel for a first timer?

Any help is appreciated.

Thanks.

0 likes
8 replies
michaeldyrynda's avatar

Should be plenty of time to get a good understanding of the framework foundation and concepts. It will depend on your understanding of PHP, and any prior experience.

olimorris's avatar
Level 8

@redshot - More than enough time :) Buy yourself a Laracasts subscription if you don't have one already, read through the quickstart guides on Laravel.com (and follow along) and you'll be up and running in no time. Also worth checking out Laravel-News, @freekmurze 's excellent Murze.be regularly for news and following @TaylorOtwell and @JeffreyWay on Twitter as they give great insights.

Having gone through the same process that you're going through, albeit I was probably far behind where you are, my advice would be to jump into the Laravel environment and install Homestead from the get go. I can't believe how trouble free my life has been since doing that. It's also meant when I've come to deploy (using Laravel Forge), there has been no issues at all.

The Laravel environment is a beautiful thing and welcome aboard!

1 like
PrinceMinky's avatar

@redshot - Laravel is incredibly easy to use. Even when stuck, this community is very good when it comes to helping others.

There is a tutorial, that is free, which will teach you the fundamentals in just under a couple of days. From that one series I learned loads.

2 likes
Amidamaru's avatar

Hi,

Thank you for your quick answer. I was able to search for answers with what you said. I have now installed laravel homestead and a test laravel application to test if laravel will run in homestead local.

Again, Thank your your answers.

Best regards, Redshot

matthew_inamdar's avatar

The "laravel 5 fundamentals" video series on laracasts is good to watch and probably the best thing is to go to the docmentation: http://laravel.com/docs/5.1/

Have a read through each page, it is actually written very simple and easy to understand. Sounds daunting but once you read it everything will make so much more sense.

LittleBigThing's avatar

To be honest I'm still a newbie in clear PHP, but it took me about a month to feel at ease in writing applications in Laravel. It's THAT easy :) I've tried CodeIgniter, CakePHP, Symfony, Zend Framework, Kohana, FuelPHP and few other PHP frameworks, and I can't compare them to Laravel.

Giolf's avatar

I started to use and know Laravel one month ago when i needed a PHP framework to develop a webApp for my university project. I come from the world of Java (MVC Spring). Honestly i never thought that i could develop a complex webApp in a short time. Ok I don't pretend to use the best and elegant way (that probably i still don't know) but... comon it's my first Laravel's project.

IsaacBen's avatar

I took one tutorial in Laravel, one in rails, 4 in node.js, and Laravel is a clear winner. You immediately understand how easy it is to use and yet so powerful. This is what I like in PHP in general, it's a very user friendly language. Just from watching Jeffrey's tutorial on Laravel 5 I was able to built this website - http://dailymeal.co/

Please or to participate in this conversation.