If you're new to Laravel, then the best recommendation is to work through the Laravel from Scratch course here on Laracasts. Further tutorials are available on Laravel's own website.
Both will give you a guided introduction to the framework. For now, try to write code to make (and break) your application yourself - do not lean on AI - so that you understand how the code works.
Then you can level up by following the The Laravel Path available here on Laracasts also.
I remember when I started out these doc were super confusing hence probably why the question. I do follow them now and find super helpful just not convince it beginner friendly. There is certainly an art to read and understand those docs.