Level 39
Which type of memory?
17MG - what is the meaning of G?
What is the pb?
What do you expect?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Guys. I have new laravel 7 Project and I just add the css and js files to the style. But i don't have any DB Query Like this
public function index()
{
return view('welcome');
}
I install Laravel debugger and i show on the Memory Usage is 17MG. What the problem how can i find the it?
Please or to participate in this conversation.