Laravel logging

From AWVVO
Revision as of 17:12, 18 January 2025 by Admin (talk | contribs) (Created page with "== View log == <syntaxhighlight lang="php" copy> // create batch file viewlog.bat powershell -file viewlog.ps1 // create viewlog.ps1 get-content -path storage\logs\laravel.log -wait // run viewlog.bat </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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