how to hide error in laravel code example
Example: 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,
Go inside env file :
APP_DEBUG=true
if you didn't find it go to config/app.php :
'debug' => false,