Blog

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

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
PHP Laravel Framework Tutorials and Examples

PHP Laravel Framework Tutorials and Examples

Laravel Tutorials PHP Laravel Framework makes it easier to build PHP MVC web applications. These PHP Laravel Framework tutorials will help you understand and implement basic and complex functionality...

Dec 15, 2017 · Tushar