Arend Posted January 6, 2022 Share Posted January 6, 2022 I am Arend and a bite of a noob in PHP code. Lost knowledge of PHP scripting and hoping with this forum to renew my brain with the correct syntaxis. ;=)) Greeting from the Netherlands Arend Quote Link to comment https://forums.phpfreaks.com/topic/314393-greeting-php-freaks/ Share on other sites More sharing options...
gizmola Posted January 7, 2022 Share Posted January 7, 2022 Hi Arend. I Don't know how long ago you did any PHP but much has changed. The biggest change is that any new project should involve the use of the Composer. https://getcomposer.org/ The language has a lot of new syntax and improvements, and it's also faster than it has ever been. PHP has 2 of the best MVC frameworks in the web development world in Symfony and Laravel. Most professional PHP developers are using phpStorm as their editor. With that said, for beginners and people who are coding as a hobby, I personally recommend Visual Studio Code with the Intelephense plugin. It's free, but there's an enhanced version license you can get for $15 that includes additional highly valuable features that make VSCode better for PHP development. It's very worth the small investment. You should learn about git and start using it. If you don't already have one make a github account. Here's a solid tutorial on the git basics you need to know, that I've reviewed and can recommend as providing a solid foundational understanding in 30 minutes. Quote Link to comment https://forums.phpfreaks.com/topic/314393-greeting-php-freaks/#findComment-1593228 Share on other sites More sharing options...
phpiodore Posted November 17, 2023 Share Posted November 17, 2023 On 1/7/2022 at 9:08 AM, gizmola said: Hi Arend. I Don't know how long ago you did any PHP but much has changed. The biggest change is that any new project should involve the use of the Composer. https://getcomposer.org/ The language has a lot of new syntax and improvements, and it's also faster than it has ever been. PHP has 2 of the best MVC frameworks in the web development world in Symfony and Laravel. Most professional PHP developers are using phpStorm as their editor. With that said, for beginners and people who are coding as a hobby, I personally recommend Visual Studio Code with the Intelephense plugin. It's free, but there's an enhanced version license you can get for $15 that includes additional highly valuable features that make VSCode better for PHP development. It's very worth the small investment. You should learn about git and start using it. If you don't already have one make a github account. Here's a solid tutorial on the git basics you need to know, that I've reviewed and can recommend as providing a solid foundational understanding in 30 minutes. awwww that's so sweet ahahaha, really brings back the nostalgia of when i'd just started coding and was trying to make sense of Visual Code also github was something i instantly fell in love with ngl Quote Link to comment https://forums.phpfreaks.com/topic/314393-greeting-php-freaks/#findComment-1612947 Share on other sites More sharing options...
smithja1ck Posted December 16, 2023 Share Posted December 16, 2023 Hello Arend, Welcome back to the world of PHP! It's wonderful to have you here, and I'm looking forward to brushing up on your expertise. Please feel free to ask any questions you may have about PHP syntax or any related subject. On your journey, the PHP community is here to support you. Have fun with coding! Regards, @smithja1ck Quote Link to comment https://forums.phpfreaks.com/topic/314393-greeting-php-freaks/#findComment-1613590 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.