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

Explain the types of dependency injection?

0 Answers  


What is the command to connect vagrant via ssh?

0 Answers  


Explain dependency injection and their types.

0 Answers  


How can you reduce memory usage in laravel?

0 Answers  


What is blade laravel?

0 Answers  


How to clear complete cache in laravel?

0 Answers  


How to install laravel by composer?

0 Answers  


What is factory in laravel?

0 Answers  


What is response macros?

0 Answers  


By default valet serve your app which tld?

0 Answers  


How to check request is ajax or not?

0 Answers  


How to serve sites on valet?

0 Answers  


Categories