Main public logs

From AWVVO
Jump to navigationJump to search

Combined display of all available logs of AWVVO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:22, 29 March 2025 Admin talk contribs created page Laravel template (Created page with "== Generate app key == <syntaxhighlight lang="bash" copy line highlight="0"> php artisan key:generate </syntaxhighlight> == Set database settings == <syntaxhighlight lang="php" copy line highlight="0"> DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=mydb DB_USERNAME=root DB_PASSWORD= </syntaxhighlight> == Set rotating log files == <syntaxhighlight lang="ini" copy line highlight="0"> # .env LOG_CHANNEL=daily LOG_DAILY_DAYS=1 </syntaxhighlight>")