Blog

Insights, tutorials, and thoughts on web development and technology.

How to Install Laravel 5.7 with XAMPP on Windows

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 setup on XAMPP, it has all the required php extensions with...

Sep 07, 2018 · Tushar
How to Install Composer on Windows

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 manager for the PHP programming language that provides a standard format for ma...

Sep 06, 2018 · Tushar
Customise Search Form / Widget in Wordpress

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 Wordpress in it's framework provides a search feature, which searches your post, pages etc....

Sep 04, 2018 · Tushar
Generate ER Diagram of Existing Models in Laravel

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 easy it would be if you had an ER diagram to understand the complexities of the databa...

Jul 24, 2018 · Tushar
Monitoring Laravel Log on View page via Log-Viewer Package

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 Log-Viewer package. So If you are here wondering why would you need to monitor your logs on v...

Jun 27, 2018 · Tushar
Understanding Laravel Directory Structure

Understanding Laravel Directory Structure

So you are now ready with your Laravel Installation and next thing you are trying to get your head around is Understanding the Directory Structure in Laravel 5. This is a simple tutorial to help you u...

Jun 13, 2018 · Tushar
How to Encrypt User Model Data in Laravel

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 and store it in the database with Laravel. Laravel provides a out-of the box authentication...

Jun 05, 2018 · Tushar
How to Display Validation Errors on View Page in Laravel

How to Display Validation Errors on View Page in Laravel

Here is a quick reference tutorial to demonstrate how to display validation errors on view page in Laravel. As you must know that Laravel provides out of the box form / data validation. If the vali...

May 13, 2018 · Tushar
Fix: file_get_contents() wrapper is disabled error in PHP

Fix: file_get_contents() wrapper is disabled error in PHP

If you are are trying to use file_get_contents() function to fetch the contents of a URL and you receive Error something like Warning: file_get_contents(): http:// wrapper is disabled in the server...

May 12, 2018 · Tushar