Find php.ini on Apple Silicon installed with Homebrew
Updated 1st October 2023
Are you having trouble finding your php.ini file which was installed locally with Homebrew? Packages installed with Homebrew can be installed in different locations making it hard to find, especially if you are on new Apple Mac running Apple’s Silicon chips. Here, I will show you home to locate your locally installed php.ini file installed
How to use Laravel Factory in Database Seeders
Updated 16th August 2022
Laravel factories are a great way to add test data to your database in bulk. This saves time, removing the need to write methods to insert data for each column manually. Follow along to learn how to use Laravel Factory in Database Seeders. To get started, create a new model. The model we will create
How to set up SSH on Raspberry Pi
Updated 16th August 2022
In this post, I am going to show you how to set up SSH on a Raspberry Pi. Step 1: Raspberry Pi config menu First, open a new terminal and execute the command below to open the Raspberry Pi config menu. sudo rasps-config Select “Interfacing Options” and press ENTER. Then select “SSH” and press ENTER.
0 Comment