How to enable debug false in Laravel 11
I have a website built with laravel 11 and it is live, I want to hide the server errors such as { "status": "exception", "message": "No query results for model [App\Models\Application].", "line": 637, "file": "path_to/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php" } I edited .env file…