Hi;
How can I see binded sql?
$data = Admin::whereRaw('email = ? ', array($email))->get();
Hi,
You can use profiler for this purpose eg. https://github.com/barryvdh/laravel-debugbar
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community