Laravel logging

From AWVVO
Jump to navigationJump to search

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