I just wanted to log PHP errors inside laravel project folder using Valet.
For Example - in Apache2 we can add php error log path (in my case my project folder) in virtual host and every time we add error_log($var);
that will log errors inside project folder.
is it possible to create PHP Error log in Valet like so ?