Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wallpaper/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29
fwrite(): Write of 3517 bytes failed with errno=28 No space left on device
ErrorException
PHP 8.4.110.48.22
fwrite(): Write of 3517 bytes failed with errno=28 No space left on device
public / index.php: 51
|
| Composer provides a convenient, automatically generated class loader for
| this application. We just need to utilize it! We'll simply require it
| into the script here so we don't need to manually load our classes.
|
*/

require __DIR__.'/../vendor/autoload.php';

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/

$app = require_once __DIR__.'/../bootstrap/app.php';

$kernel = $app->make(Kernel::class);

$response = $kernel->handle(
    $request = Request::capture()
)->send();

$kernel->terminate($request, $response);

App

Routing

Controller
App\Http\Controllers\SingleController@single
Route name
single
Middleware
  • web
  • Yediyuz\CloudflareCache\CloudflarePagesMiddleware

Request

http://urwallpaper.com/image/Jriy2ZIBJvJKYCmE8e4U/475/premium-stock-video-mathematical-equations-floating-against-caucasian
GET
curl "http://urwallpaper.com/image/Jriy2ZIBJvJKYCmE8e4U/475/premium-stock-video-mathematical-equations-floating-against-caucasian" \
   -X GET \
   -H 'host: urwallpaper.com' \
   -H 'sec-fetch-mode: navigate' \
   -H 'priority: u=0, i' \
   -H 'cf-connecting-ip: 52.15.232.201' \
   -H 'cf-ray: 8f282aeced9bf84d-ORD' \
   -H 'pragma: no-cache' \
   -H 'sec-ch-ua: "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"' \
   -H 'sec-ch-ua-mobile: ?0' \
   -H 'cf-visitor: {"scheme":"https"}' \
   -H 'cache-control: no-cache' \
   -H 'sec-fetch-user: ?1' \
   -H 'sec-fetch-dest: document' \
   -H 'cdn-loop: cloudflare; loops=1' \
   -H 'cf-ipcountry: US' \
   -H 'x-real-ip: 172.69.6.152' \
   -H 'sec-ch-ua-platform: "Windows"' \
   -H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
   -H 'sec-fetch-site: none' \
   -H 'accept-encoding: gzip, br' \
   -H 'upgrade-insecure-requests: 1' \
   -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
   -H 'connection: upgrade' \
   -H 'x-forwarded-for: 52.15.232.201, 172.69.6.152' \
   -H 'x-forwarded-proto: https';

Browser

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Headers

host
urwallpaper.com
sec-fetch-mode
navigate
priority
u=0, i
cf-connecting-ip
52.15.232.201
cf-ray
8f282aeced9bf84d-ORD
pragma
no-cache
sec-ch-ua
"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
sec-ch-ua-mobile
?0
cf-visitor
{"scheme":"https"}
cache-control
no-cache
sec-fetch-user
?1
sec-fetch-dest
document
cdn-loop
cloudflare; loops=1
cf-ipcountry
US
x-real-ip
172.69.6.152
sec-ch-ua-platform
"Windows"
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
sec-fetch-site
none
accept-encoding
gzip, br
upgrade-insecure-requests
1
accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
connection
upgrade
x-forwarded-for
52.15.232.201, 172.69.6.152
x-forwarded-proto
https

Body

[]

Context

Git

Merge branch 'main' of github.com:kisworo/wallpaper
bf3fd99a3eb2bb326a30906d24d7cfe203aee085

Last commit is dirty. (Un)staged changes have been made since this commit.

Versions

Php Version
8.4.1
Laravel Version
10.48.22
Laravel Locale
en
Laravel Config Cached
false
App Debug
true
App Env
production