Skip to content

Commit

Permalink
Work on organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 11, 2014
1 parent 4c0a0d6 commit a55b92e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions errors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Errors & Logging

- [Configuration](#configuration)
- [Error Detail](#error-detail)
- [Handling Errors](#handling-errors)
- [HTTP Exceptions](#http-exceptions)
- [Handling 404 Errors](#handling-404-errors)
Expand All @@ -18,8 +17,7 @@ For example, if you wish to use daily log files instead of a single, large file,

Log::useDailyFiles(storage_path().'/logs/'.$logFile);

<a name="error-detail"></a>
## Error Detail
### Error Detail

By default, error detail is enabled for your application. This means that when an error occurs you will be shown an error page with a detailed stack trace and error message. You may turn off error details by setting the `debug` option in your `app/config/app.php` file to `false`.

Expand Down

0 comments on commit a55b92e

Please sign in to comment.