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…

tgugnani

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…

tgugnani

Fix : env() always returns blank values in Laravel

So I move my application to hosting server and things don't run as expected. Look's like my fetching my environment…

tgugnani

How to Search Encrypted records in Laravel

There are times when you are supposed to code a functionality that will require you to Search Encrypted records in…

tgugnani

Test All User Authentication Using Laravel Dusk

I have been experimenting with Laravel Dusk and it's powerful package for the Laravel application Browser testing. Recently I have…

tgugnani

Config Laravel to run phpunit test with SQLite Database

This is a straightforward How to Config article if you are looking to test your unit and feature lest in…

tgugnani

Best Resources to Learn Laravel

I have been working with the Laravel Framework for over more than Three years and I still consider myself a…

tgugnani

Tutorial : Multi Page / Step Form in Laravel with Validation

In this tutorial we will go over Example of Multi Page / Step Form in Laravel with Validation. This tutorial…

tgugnani

Exporting a Large Remote MySQL database and importing it to Local

If you are using PhpMyAdmin for the database export for the remote database, and if your database is too huge…

tgugnani

How to upload profile picture Avatar in Laravel 5 Authentication

Laravel comes with a out of box authentication feature. It works perfect to handle basic Authentication features like Login, Logout,…

tgugnani