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

michalis's avatar

prerequisites before learning laravel?

having a hard time following the jeffrey in the videos

is there some prerequisite level of knowledge before watching the videos? like how advanced you have to be in php?

I have more trouble with laravel concepts like service containers for example

should i first read about software architecture or something?

even laravel from scratch seems to be for people that have used laravel before or i'm just daft

0 likes
6 replies
martinbean's avatar

@michalis Just a basic knowledge of PHP, really. A knowledge of MVC would be handy, too.

For things like the service container, you should be able to find resources that explain what a container is and how it fits into applications, and then watch videos on Laravel’s implementation to see how it’s used in a Laravel application.

If you find a term’s mentioned that you don’t quite understand, feel free to take the time to then look that up and read/watch more about that particular concept. You may find it’s like going down a rabbit hole, but that’s just learning. Every topic has interconnected knowledge like that. It’s just a case of tackling things, bit by bit.

1 like
michalis's avatar

@nash @martinbean

thank you both for your response, I will start watching some laracasts php videos

are there areas laracasts does not cover that would benefit me in my attempt to better understand laravel?

michalis's avatar

@jlrdw

thank you for the resources, they look good, especially the one for security, but I dont think I have the knowledge required to follow whats going on, maybe after i learn a little bit of laravel and php. are those materials for more advanced users or is it just me?

Please or to participate in this conversation.