To add domains like project.local, project.dev or even project.test in XAMPP, in your MAC OS system you would need to follow these directions below. Don’t worry, there are simple. To …
Category: PHP Articles
If you’re a web developer or just someone experimenting with PHP on your Mac, you might find yourself needing to change the PHP version for different projects. Depending on the …
Introduction In the rapidly evolving world of web development, writing clean, maintainable, and scalable code is more critical than ever. PHP, one of the most popular server-side scripting languages, provides …
Here is the link to the statistic https://w3techs.com/technologies/history_overview/programming_language/ms/y These stats mean there are a lot of websites using PHP, there are a lot of jobs available. It means there are …
The first thing you need to do is to start MAMP and once it is running just type the command below. /Applications/MAMP/Library/bin/mysql -uroot -p Then enter the password “root”, which …
Doing a PHP update can be a daunting task when you don’t know what you are doing. I created this post to help guys do just that. The Mac OS …
With the rapid evolution of programming languages and frameworks, it’s not uncommon to hear whispers questioning the relevance of older technologies. One language that frequently falls under this scrutiny is …
I created this small post to show some of you how to install PHP on MAC OS X. There are a couple ways of doing this, but I like to …