Laravel

Fix : Access denied for user 'homestead'@'localhost'

Fix : Access denied for user 'homestead'@'localhost'

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...

Jan 08, 2018 · Tushar
Fix: No application encryption key specified in Laravel 5

Fix: No application encryption key specified in Laravel 5

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...

Jan 06, 2018 · Tushar
Creating Custom HTTP Error Pages (404, 500) in Laravel 5.5

Creating Custom HTTP Error Pages (404, 500) in Laravel 5.5

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...

Jan 01, 2018 · Tushar
Extending PasswordBroker Class in Laravel 5

Extending PasswordBroker Class in Laravel 5

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...

Dec 28, 2017 · Tushar