use App\\Order; public function show(Order $order){ $data = $order->all(); return dd($order->getQueryLog());
Is there any w
You can use this package https://github.com/supliu/laravel-query-monitor
Após instalar, abra o terminal e execute o comando:
php artisan laravel-query-monitor
All queries executed by Eloquent will be displayed in real time