What are the Severity Levels in Laravel ?
Answer / rajani
As Laravel uses monolog PHP logging library, there are various parameters used for analyzing severity levels.
Various severity levels that are available are error, critical, alert and emergency messages.
You can set the severity level as shown in the command below -
'log_level' => env('APP_LOG_LEVEL', 'error')
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain laravel contracts?
Do you know what is http middleware?
What is helper function in laravel?
Explain faker in laravel.
What is a named route?
What is antiforgerytoken mvc5?
List site types supported by homestead?
What is a facade?
Define hashing in laravel.
What do you know about php artisan?
What is the use of in laravel?
What is a session in laravel?