Project Specific PHP Error Log in Laravel Valet - development

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

Comments

Post a Comment

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome