Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Laravel 3.2.13 を使用しています。ユーザーにエラーを表示したくないので、エラーを非表示にして設定します。
/config/error.php
'log' => true
ログは機能していますが、あまり読みにくいため、現在のページ$_SERVER["REQUEST_URI"]やセッションの user_idなどのカスタム情報を追加したいと考えていますSession::get('id')。
$_SERVER["REQUEST_URI"]
Session::get('id')
どこでこれを行うことができますか?