Laravel : Create Model with Migration, Controller and generate DB Table

Laravel makes it very easy to create a new Model, Model is the M part of the MVC architecture, It…

tgugnani

Forgot / Reset Password in Laravel

To have the functionality Forgot Password in Laravel you can use the Laravel's out of the box authentication. If you…

tgugnani

User Email Verification in Laravel 5.7

With version 5.7, Laravel comes with out of box User Email Verification and Account Activation. In this tutorial we will…

tgugnani

How to Install Laravel 5.7 with XAMPP on Windows

Requirements Windows Installed System. Laravel 5.7 requires PHP version 7.1.3 or more, and some other extensions. Since we are doing…

tgugnani

How to Install Composer on Windows

This is a detailed step by step tutorial on how to install composer on windows Composer is an application-level package…

tgugnani

Customise Search Form / Widget in WordPress

This is a very simple article on how to customise your search widget in Wordpress. As you already know that…

tgugnani

Generate ER Diagram of Existing Models in Laravel

If you are working on a project which have lot of Models and Relationship complexities and you thinking about how…

tgugnani

Monitoring Laravel Log on View page via Log-Viewer Package

This article gives you brief about Log Monitoring in Laravel and how to get your logs to view pages via…

tgugnani

Understanding Laravel Directory Structure

So you are now ready with your Laravel Installation and next thing you are trying to get your head around…

tgugnani

How to Encrypt User Model Data in Laravel

In this post we will go over and understand, how you can encrypt the user information like name and email…

tgugnani