Giter Site home page Giter Site logo

没有记录信息 about debugbar HOT 7 CLOSED

yun3948 avatar yun3948 commented on May 29, 2024
没有记录信息

from debugbar.

Comments (7)

krissss avatar krissss commented on May 29, 2024

能提供一下具体的信息吗
或者最小化的一个复现的例子

from debugbar.

yun3948 avatar yun3948 commented on May 29, 2024

抱歉啊。 刚才试了一下最新安装的, 就执行了一下几个步骤, webman 的安装 ,数据库的操作安装,env 的插件, 然后就是 debugbar 插件,也是无法记录的,猜测是不是laravel 组件更新版本了。 导致失效了。我本地php版本8.1 的

from debugbar.

krissss avatar krissss commented on May 29, 2024

就没有数据库的记录吗,其他信息都有?laravel 的 db 什么版本的

from debugbar.

yun3948 avatar yun3948 commented on May 29, 2024

刚才看了一下 ,Route 里面显示路由的话路由会有信息,默认路由的话就没有信息了,其他应该都是正常的可以记录
db versions : * v9.52.4 ,下面是DB 信息截图
image
昨天全新安装的话版本记得是10.x

from debugbar.

krissss avatar krissss commented on May 29, 2024

麻烦把 config/database.php 里的 default 参数改成 default(原来是 mysql)试下
如:

// 默认数据库
'default' => 'default', // 改这里

// 各种数据库配置
'connections' => [
    'default' => [ // 改这里
          'driver'      => 'mysql',
          // 其他参数
    ],
],

from debugbar.

krissss avatar krissss commented on May 29, 2024

更新一下 2.1.1 版本,应该修复了

from debugbar.

yun3948 avatar yun3948 commented on May 29, 2024

刚才测试,修改了一下配置文件确实可以了, 感谢大佬

from debugbar.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.