allgy
V2EX  ›  问与答

larael 5.5 如何打印 sql?

  •  
  •   allgy · Mar 1, 2019 · 1798 views
    This topic created in 2665 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   ·   1020 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 19:00 · PVG 03:00 · LAX 12:00 · JFK 15:00
    ♥ Do have faith in what you're doing.