Project Specific PHP Error Log in Laravel Valet

3.1k Views Asked by At

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 ?

0

There are 0 best solutions below