Answers for "laravel hide all db errors"

1

how to hide error in laravel

Go inside env file :
	APP_DEBUG=true
  
if you didn't find it go to config/app.php :
	'debug' => false,
Posted by: Guest on April-15-2020

Browse Popular Code Answers by Language