Laravel logging
From AWVVO
View log
// create batch file viewlog.bat
powershell -file viewlog.ps1
// create viewlog.ps1
get-content -path storage\logs\laravel.log -wait
// run viewlog.bat
// create batch file viewlog.bat
powershell -file viewlog.ps1
// create viewlog.ps1
get-content -path storage\logs\laravel.log -wait
// run viewlog.bat