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).
- 05:23, 30 January 2025 Admin talk contribs created page Laravel cookie (Created page with "== Set Cookie == <syntaxhighlight lang="php" copy> Cookie::queue( 'name', // 1. Cookie name auth()->user()["name"], // 2. Cookie value 999999, // 3. Duration in minutes '/', // 4. Path where cookie is available null, // 5. Domain false, // 6. Secure flag (HTTPS only) false, // 7. HTTP only flag false...")