How to Convert Bootstrap 4 Templates to WordPress Themes

Convert Bootstrap 4 Templates to Wordpress Themes This is a detailed step by step tutorial on how you can convert…

tgugnani

Bootstrap 4 : NavBar Items on Right and Other Examples

Move NavBar Items on Right with Bootstrap 4 Since with Bootstrap 4 a lot has changed and many of the…

tgugnani

Copy Table Row in Laravel using Eloquent replicate

How to Copy Table Row in Laravel and Replicate This simple article demonstrates of How to Copy Table Row in…

tgugnani

Install WordPress on Localhost XAMPP (Linux)

Requirements PHP 7.2 or greater MySQL 5.6 or greater OR MariaDB 10.0 or greater The mod_rewrite Apache module HTTPS support…

tgugnani

Deploy Laravel Application on Shared Hosting (Hostgator)

Deploy Laravel Application on Shared Hosting In this tutorial, I will demonstrate the steps involved to deploy Laravel Application on…

tgugnani

Fix : Access denied for user ‘homestead’@’localhost’

Fix for : Access denied for user 'homestead'@'localhost' You are here because you are working on a Laravel Project and…

tgugnani

Fix: No application encryption key specified in Laravel 5

Error: No Application Encryption Key has been Specified in Laravel 5 production.ERROR: No application encryption key has been specified. {"exception":"[object]…

tgugnani

Tutorial : How to Upload Laravel Project to Git (BitBucket)

Upload Laravel Project to Git So you are now ready with your Laravel Application and you are looking forward to…

tgugnani

Generating PDF from View File in Laravel 5 using wkhtml2pdf

Often in your projects you will come across a requirement of converting your view file into PDF. In this article…

tgugnani

Creating Custom HTTP Error Pages (404, 500) in Laravel 5.5

With Laravel 5.5 It is extreemly easy to create custom Error Pages. For example if you wish to customize your…

tgugnani