It’s good news for the Laravel developers because Laravel released its new version Laravel 10 on 14th February 2023. Like always, Laravel comes up with cool and unique features with its new releases every year. Which makes our development more smooth and more straightforward in terms of functionalities. The updates of Laravel 10 make creating […]
How to Install XAMPP in MacOS For PHP and MySQL Setup
For PHP development XAMPP is the most necessary open-source software. It gives an environment where you get PHP and MySQL together in one place. The XAMPP provides the PHP configuration as well. So, you can manage the php.ini configuration file from there. If you don’t want to go with this, you must have to install […]
How to Install and Configure PHP in MacOS With Apache
In order to work on any PHP web based application, you will need to install it first. In Windows it is easy to install and configure. But if we talk about the Linux or Mac platform then the installation steps are totally different. We already covered up the LAMP stack setup for Ubuntu platform. Today, […]