-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Change readme #1827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change readme #1827
Conversation
Smolevich
commented
Sep 11, 2019
- Replace old links on actual
- Little formatting
@@ -1073,4 +1074,4 @@ By default, Laravel keeps a log in memory of all queries that have been run for | |||
DB::connection()->disableQueryLog(); | |||
``` | |||
|
|||
*From: http://laravel.com/docs/database#query-logging* | |||
*From: https://laravel.com/docs/4.2/database#query-logging* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there newer versions of this documentation? Or does the current documentation lack this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find about query logging in current version for docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that in new version good way seems like here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jenssegers , do you want change this link ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jenssegers, can you answer me ?
@jenssegers, check please |
@jenssegers, any chance that you review it? |
Some documentation links are still linking to old versions of the documentation. Are there updated versions of those? |
If info by old link exists in new version docs, then yes, if no, i kept old link |
Change readme