Category : Laravel

This is a simple tutorial on how to use regex validation to make your password strength requirement stronger for a better security. We will implement Strong Password Regex Validation with Laravel A...
Read Article
How to Copy Table Row in Laravel and Replicate This simple article demonstrates of How to Copy Table Row in Laravel. I came across a problem where in I had to make the exact copy of the Eloquent M...
Read Article
Deploy Laravel Application on Shared Hosting In this tutorial, I will demonstrate the steps involved to deploy Laravel Application on Shared Hosting. I am demonstrating the steps on Hostgator. The...
Read Article
Fix for : Access denied for user 'homestead'@'localhost' You are here because you are working on a Laravel Project and on Opening of the project web page you see this error. [Illuminate\Database\Que...
Read Article
Error: No Application Encryption Key has been Specified in Laravel 5 production.ERROR: No application encryption key has been specified. {"exception":"[object] (RuntimeException(code: 0): No applicat...
Read Article
Upload Laravel Project to Git So you are now ready with your Laravel Application and you are looking forward to upload laravel project to git (bitbucket) to share it with your teammates or clients....
Read Article
Often in your projects you will come across a requirement of converting your view file into PDF. In this article we will cover a tutorial on how we can easily convert view file into PDF using NitMedia...
Read Article
With Laravel 5.5 It is extreemly easy to create custom Error Pages. For example if you wish to customize your 404 Status Code Error Page. Create a new file resources / views / errors / 404.blade...
Read Article
I was working on a Project where I had to change the default functionality of Forget and Reset Password to work with username instead on email. Since Laravel's out of the box authentication functio...
Read Article
If you are new to Laravel and you come across this screen on your developmet screen. I have posted few possible reasons for you to easily fix this thing. CSRF token verification fails Laravel protec...
Read Article