Just to chime in here - for anyone coming into PHP for the first time and seeing this, if youâre the least bit serious about making it into a career, start with Vagrant right away. Here is a good starter tutorial that gets you up and running in 5 minutes - arguably faster than the XAMPP method and much more robust and professional.
I strongly recommend you sacrifice a day or two to get familiar with what itâs all about. Once you go Vagrant, you never go back - thatâs a promise. If anyone gets stuck in any part, please post back and Iâll do my best to help out.
@swader, i agree with you on vagrant. It something every PHP developer need to be using. Just like VCS but for your dev environment. No hassle replicating your working environment.
Adding to the list of php resources, I will recommend, Php: The Right Way. They have got a great collection to help you get started the modern fashion way. No more legacy stuffs strewing the modern erra.
Another resource some may find helpful is the following GitHub article: PHP 7 Reference. It gives an overview of all the features and (most of the) changes in the upcoming PHP 7.