Disabling error handler in laravel

2024-04-27 08:38:43 Dheeraj Laravel

How to disable error handler in Laravel framework?

You can disable error and warning handler in Laravel by simply setting 'debug' => false in your config/app.php

This post is submitted by one of our members. You may submit a new post here.

Related Tricks