1. <tfoot id='bBS04'></tfoot>
    2. <legend id='bBS04'><style id='bBS04'><dir id='bBS04'><q id='bBS04'></q></dir></style></legend>
    3. <i id='bBS04'><tr id='bBS04'><dt id='bBS04'><q id='bBS04'><span id='bBS04'><b id='bBS04'><form id='bBS04'><ins id='bBS04'></ins><ul id='bBS04'></ul><sub id='bBS04'></sub></form><legend id='bBS04'></legend><bdo id='bBS04'><pre id='bBS04'><center id='bBS04'></center></pre></bdo></b><th id='bBS04'></th></span></q></dt></tr></i><div id='bBS04'><tfoot id='bBS04'></tfoot><dl id='bBS04'><fieldset id='bBS04'></fieldset></dl></div>
    4. <small id='bBS04'></small><noframes id='bBS04'>

        <bdo id='bBS04'></bdo><ul id='bBS04'></ul>

      Laravel 5 - env local debug true 没有显示错误

      时间:2024-08-10
          <tbody id='yHNJl'></tbody>

          <small id='yHNJl'></small><noframes id='yHNJl'>

              <bdo id='yHNJl'></bdo><ul id='yHNJl'></ul>
              <i id='yHNJl'><tr id='yHNJl'><dt id='yHNJl'><q id='yHNJl'><span id='yHNJl'><b id='yHNJl'><form id='yHNJl'><ins id='yHNJl'></ins><ul id='yHNJl'></ul><sub id='yHNJl'></sub></form><legend id='yHNJl'></legend><bdo id='yHNJl'><pre id='yHNJl'><center id='yHNJl'></center></pre></bdo></b><th id='yHNJl'></th></span></q></dt></tr></i><div id='yHNJl'><tfoot id='yHNJl'></tfoot><dl id='yHNJl'><fieldset id='yHNJl'></fieldset></dl></div>
            • <legend id='yHNJl'><style id='yHNJl'><dir id='yHNJl'><q id='yHNJl'></q></dir></style></legend>
              1. <tfoot id='yHNJl'></tfoot>
                本文介绍了Laravel 5 - env local debug true 没有显示错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                I'm trying to enable the debug for my app but it looks like I don't have any feedback.

                The environment is set to local (in the .env file) and if I run

                php artisan env
                

                I get this

                Current application environment: local
                

                The debug config for my local env is set to true

                return [
                
                    'debug' => true,
                

                Also if I set in my main config file (app.php inside the config folder) the debug = true I still have ho feedback that there is an error in the code.

                I only have an empty page if there is an error in the code (as for debug = false)

                What am I missing?

                解决方案

                I have worked around the issue by chmod -R 777 storage/ on my host machine (Mac OS X). On my guest machine (Ubuntu 14.04) chmod -R 777 storage/ did not change permissions actually.

                这篇关于Laravel 5 - env local debug true 没有显示错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何在 Laravel whoops 输出中隐藏 .env 密码? 下一篇:环境变量和 PHP

                相关文章

                  <bdo id='KYYoW'></bdo><ul id='KYYoW'></ul>

                <small id='KYYoW'></small><noframes id='KYYoW'>

                  <legend id='KYYoW'><style id='KYYoW'><dir id='KYYoW'><q id='KYYoW'></q></dir></style></legend><tfoot id='KYYoW'></tfoot>
                1. <i id='KYYoW'><tr id='KYYoW'><dt id='KYYoW'><q id='KYYoW'><span id='KYYoW'><b id='KYYoW'><form id='KYYoW'><ins id='KYYoW'></ins><ul id='KYYoW'></ul><sub id='KYYoW'></sub></form><legend id='KYYoW'></legend><bdo id='KYYoW'><pre id='KYYoW'><center id='KYYoW'></center></pre></bdo></b><th id='KYYoW'></th></span></q></dt></tr></i><div id='KYYoW'><tfoot id='KYYoW'></tfoot><dl id='KYYoW'><fieldset id='KYYoW'></fieldset></dl></div>