How to Automate MSSQL Database Backups in Forge DO Server

The below tutorial does following steps 1. Create a database backup 2. Zip the backup 3. Receive email notification concerning…

tgugnani

Fix : Vite manifest not found at: /var/www/html/public/build/manifest.json

The manifest.json file is only available till the command npm run dev is running and gets deleted after that. To…

tgugnani

Using Fake Helper in Laravel

Laravel version 9.18 has introduced a fake helper, which can be used to generate fake data in your application. This…

tgugnani

Center Tailwind Container and add Padding

By default Tailwind’s container does not center itself automatically and does not have any built-in horizontal padding. Centering the Container…

tgugnani

Add prefix to the tailwind utility classes

When you are using TailwindCSS in some cases you might want to add a prefix to your tailwind utility classes…

tgugnani

Install TailwindCSS on a HTML Project

In this article let's go over how we can install TailwindCSS on an HTML project. The simplest and fastest way…

tgugnani

Allow URLS with PHP Extension on NGINX server on Forge

Edit the Nginx configuration file for the site (not the server), replace the location ~ \.php$ block with following location…

tgugnani

Laravel Real-Time performance monitoring & alerting using Inspector

Hi, I’m Valerio software engineer, founder and CTO at Inspector. As a product owner, I know how hard it could…

tgugnani

Installing TailwindCSS on a Laravel Project

TailwindCSS is a popular utility first CSS framework. In this article, we will go over how to install TailwindCSS on…

tgugnani

Install wkhtmltopdf on CentOS

Install the dependencies yum install fontconfig libXrender libXext xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi freetype libpng zlib libjpeg-turbo Download the RPM File wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm…

tgugnani