allgy
V2EX  ›  问与答

larael 5.5 如何打印 sql?

  •  
  •   allgy · Mar 1, 2019 · 1834 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   ·   2854 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 15:03 · PVG 23:03 · LAX 08:03 · JFK 11:03
    ♥ Do have faith in what you're doing.