Hi,
I'd like to learn PHP-Laravel and that's why I join with this Cool community. Now Where should I start? I don't know much about PHP so I would like to start from scratch.
Laravel might be a bit overwhelming if you're new to web dev. But take it slow, learn php and php functions. Build a lot of throw away apps. Each time make it better and more complexity (features). With out having a solid basic understanding of php you'll never really understand how things work.
But I believe learning laravels basics and php can go in hand but like I mentioned take the time to learn the how and why.
@JeffreyWay has done us all a tremendous service with these tuts ( heck, even back when he was with that other company ). Watch the video. Watch again. Slow it down and code step by step. Write down unfamiliar terms. Watch again.
At this point, I advise this: DO NOT blindly copy and paste functions / code you find on the Internet because so much of it is secure and outdated.
Build a practical solution for yourself from the ground up. Share it via github. Learn best practices as you go.