How Long will it take to learn laravel ?

mikaop

Power Member
Joined
Jan 5, 2021
Messages
577
Reaction score
319
hey guys , i already have knowledge in progrmation i know html css js php c# , i've never used laravel but i think it is time for me to learn it .
how long would it take to learn it in your opinion ?
 
if you're pretty good at PHP programming it'll take you anything between 2 and 4 months.
 
Mr. @Mason is right.

Note that you have to be really comfortable with "Vanilla PHP". Also, it helps to build a fully functional Website/System with Vanilla PHP first. If you can do that, you will fall in love with the beauty of Laravel and how it enables "Rapid Development"
 
You can’t just learn a framework, you first need to learn a programming language and then concepts and best practices. You will also have to learn how to work with databases and html. But do not worry - it's all well learned in practice. Try to create a blog or an analogue of twitter in vanilla php. Or dig into someone else's code.

As for Laravel, you need to understand that this framework is not for everyone. Yes, it is popular, but by connecting the necessary libraries to vanilla PHP, you can achieve the same result and the site will work even faster.

For example, we autoload classes in the composer config and use a simple MVC model along with a router. We add here a class for working with the database and the site is ready.

A programmer who can solve a problem quickly and efficiently is appreciated. Laravel is just one of the tools.
 
If you know php, then there should be no problems in order to learn Laravel. If you have PHP knowledge, you can start doing something on Laravel within a couple of days, just by reading the documentation. Frameworks in general were created to make life easier for developers. It also depends on the level at which you know PHP, if you already had experience in creating some projects, then Laravel will be easy for you, but if your knowledge is superficial, you will have to spend a little more time learning the basics (functions, OOP, etc.) . You can also try Lumen (microframework from Laravel)
 
my friend learned on his own. he was designing previously in html and wordpress. if u get anyone to teach you it would be better.
 
Back
Top