Moderators, sorry if i am posting in wrong forum, but if somebody can help with advice, that would be great.
I am coming from frontdev waters, but i really want to learn backend development too for some personal projects that i plan on building so i was wondering what is the best way to start learning for a person that doesnt know PHP very well?
Do i need to start with PHP basics (if yes, what tutorial you suggest) or i can start with Laravel basics right now?
First, start with the PHP Basics, then move on to Object Oriented Programming and after you are familiar with PHP as a language, build a few projects, to use the theory in practice. Once you are comfortable with the language, start learning the Fundamentals of Laravel 5.
One of the books which is great for studying PHP is the one for the Zend Certificate:
Thanks a bunch guys!
Any good video tutorials with PHP basics (i found few but they are bit outdated) since it is easier to watch and listen then to read (since english isnt my native language)?
Great tips in here, I would suggest anything Jeffrey Way hast taught on Tuts+ and regarding OOP I agree with the OOP Bootcamp that's taught here. The Tuts+ Course on the matter is all over the place. I would also suggest the book PHP Objects: Patterns and Practice by Matt Zandstra once you're more comfortable with the subject.