5 must-have accessories for your new Macbook M1 Silicone Chip

Apple recently launched new Mac series which is powered by their own M1 Chips instead of Intel Chips. I have…

tgugnani

Correct way to Install and use Homebrew on M1 Macs

If you are one of the early developers who adopted M1 Mac and willing to use HomeBrew on the latest…

tgugnani

Correct way to Install Google Chrome on Apple M1 Chip – Big Sur

If you have got a brand new Mac with Apple powered M1 Chip which currently has Mac OS Big Sur,…

tgugnani

Check if Environment Variable exists in Laravel

If you have some part of your code which you want to execute only if a certain environment variable exists…

tgugnani

Laravel Dusk Failed Screenshots Send Email

When you are working with Laravel Dusk and running the tests on a CI like Travis or Heroku. It gets…

tgugnani

Right way to Git Clone a Specific branch

If you are working on a projects that uses Git version control and you are looking to clone a specific…

tgugnani

Vue Concatenate variable and text in attribute binding image src example

If you are looking to concatenate a variable and a text together while binding an HTML attribute (for example src…

tgugnani

Fix Laravel Dusk Exception timed out after 30001 milliseconds.

If you are using Laravel Dusk and getting the following issue in running your dusk tests. Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown…

tgugnani

Getting Faker instance in Laravel Tinker

Here is how you can get access to the Faker Instance in the Artisan tinker $faker = Faker\Factory::create(); That' it.…

tgugnani

Remove Composer Package and its Dependencies from Laravel

This is a quick article on how you can remove a composer dependency from the Laravel project. Open the terminal…

tgugnani