allgy
V2EX  ›  问与答

larael 5.5 如何打印 sql?

  •  
  •   allgy · Mar 1, 2019 · 1836 views
    This topic created in 2687 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   ·   936 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 20:19 · PVG 04:19 · LAX 13:19 · JFK 16:19
    ♥ Do have faith in what you're doing.