Open in app

Sign In

Write

Sign In

Shamshad Zaheer
Shamshad Zaheer

Home

About

Dec 27, 2020

Install Laravel Installer in Mac OS

Install Laravel Installer in Mac OS In order to install Laravel Installer in your Mac OS. Open your terminal and type the following command. composer require global “laravel/installer” Once the laravel installer is installed, in order to use it through out the terminal we need to the add the path to our bash profile file. To do so type the following command in order to open bash profile file. nano .bash_profile

Laravel Installation

1 min read

Install Laravel Installer in Mac OS
Install Laravel Installer in Mac OS
Laravel Installation

1 min read


Dec 17, 2020

Reset MYSQL 8 root password

In this post I am going to write about how to reset mysql 8 root password in MAC OS. Step 1: In the first step you need to stop mysql services by using following command in your terminal. brew services stop mysql Step 2: Skip the grant tables, by running following command. mysqld — skip-grant-tables — user=mysql & Step 3: Run mysql to enter the msyql interface mysql Step 4: Reset/Change password for your root user.

Mysql 8

1 min read

Mysql 8

1 min read


Dec 16, 2020

Downgrade PHP version in MAC Os

Recently I upgraded my Mac OS and the new OS was having PHP version 8.0 by default. I had my previous Laravel Project and wanted to browse it, but due its version the project was showing errors. I needed to downgrade my PHP to version 7.3. Install PHP Version. 7.3 Open your terminal and type the following code to install php version 7.3 brew install php@7.3 Once I was done with installing php version 7.3 I unlink my current php and link the new installed php.

PHP

1 min read

PHP

1 min read


Dec 16, 2020

Install PHP 7.3 in your mac OS

Open your terminal and check if the PHP is already installed or not. To check currently installed php version. you can use following command in your terminal. php -v To install new php version use the following command. brew install php@7.3 To uninstall php from your mac os use the following command. brew uninstall php@7.3 — force

PHP

1 min read

PHP

1 min read

Shamshad Zaheer

Shamshad Zaheer

Software Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams