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...
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...
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....
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...
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...
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...
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...
Implementing Two Factor Authentication in Laravel
In this article we will coverĀ How to setup Two Factor Authentication in Laravel on top of Laravel Basic Authentication. We will...
Some application which contains sensitive data requires you to change your password every N number of days. Applications in Banking sector or others which contain more sensitive data usually follow th...
In this article we will go over on how to implement Password History functionality on top of Laravel Authentication. Password History forces users or your application customers to choose fresh passwor...