Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to work with an Error in Laravel ?



How to work with an Error in Laravel ?..

Answer / rishabh khanna

Errors and exception handling is already configured for you when you start a new Laravel project.
Normally, in a local environment we need to see errors for debugging purposes.
We need to hide these errors from users in production environment.
This can be achieved with the variable APP_DEBUG set in the environment file .env stored at the root of the application.


Note - After changing the APP_DEBUG variable, you should restart the Laravel server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is mvc in laravel?

0 Answers  


What is backend framework?

0 Answers  


How to do 301 redirects in laravel?

0 Answers  


What are all the different Route Parameters ?

0 Answers  


Why laravel is the best framework?

0 Answers  


In which directory controllers are kept in laravel?

0 Answers  


How to get current route name?

0 Answers  


What is singleton design pattern in laravel?

0 Answers  


What are the three service provider types?

0 Answers  


What route model binding?

0 Answers  


What do you mean by route groups used in laravel 5?

0 Answers  


What is a pull() ?

0 Answers  


Categories