V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
allgy
V2EX  ›  问与答

larael 5.5 如何打印 sql?

  •  
  •   allgy · Mar 1, 2019 · 1701 views
    This topic created in 2620 days ago, the information mentioned may be changed or developed.

    版本 laravel 5.5 LTS

    GrassSand
        1
    GrassSand  
       Mar 1, 2019
    toSql()
    安装 debugbar 一劳永逸
    zibber
        2
    zibber  
       Mar 1, 2019
    DB::connection()->enableQueryLog();
    DB::table('xxx');
    $queries = DB::connection()->getQueryLog();
    print_r($queries);
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   763 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 21:01 · PVG 05:01 · LAX 14:01 · JFK 17:01
    ♥ Do have faith in what you're doing.