initial commit of laravel!
This commit is contained in:
34
application/config/error.php
Normal file
34
application/config/error.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Error Detail
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Would you like detailed error messages?
|
||||
|
|
||||
| If your application is in production, consider turning off error details
|
||||
| for enhanced security and user experience.
|
||||
|
|
||||
*/
|
||||
|
||||
'detail' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Error Logging
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Would you like errors to be logged? Error logging can be extremely
|
||||
| helpful when debugging a production application.
|
||||
|
|
||||
| Note: When error logging is enabled, errors will be logged even when
|
||||
| error detail is disabled.
|
||||
|
|
||||
*/
|
||||
|
||||
'log' => false,
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user