How to access webgrind?
-
Hey @leokhoa, I came to a point where I have to use webgrind profiler for profiling / debugging. I downloaded webgrind from its repo and cloned it to {Laragon Root}\etc\apps\webgrind. I did all the config and xdebug setting as per requirement. Now, here is where I stuck. Accessing http://localhost/webgrind shows me Not Found error.
Adding phpMyAdmin to \etc\apps folder, we can access phpMyAdmin from url http://localhost/phpmyadmin. Its definitely not the case with webgrind.
How can I access webgrind? Does it have something to do with Procfile.tools? If yes, please show me how to do it.
-
@bantya : There is an alias setting for
phpmyadmin
inetc\nginx\alias
, you can make another copy and change correspond paths for webgrind.
-
Thanks 🙏 @leokhoa, it worked 👍!
-
@bantya : I'm glad to hear that
Cheers!