Project Specific PHP Error Log in Laravel Valet
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 ?
from Laravel Questions and Answers https://laravelquestions.com/php/project-specific-php-error-log-in-laravel-valet/
via Lzo Media
This comment has been removed by the author.
ReplyDelete