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/MBlMFY8BtGB6xQ78jWuJ/50/valorant-header-tazxtro-youtube-banner-design-youtube-banners
GET
curl "http://urwallpaper.com/image/MBlMFY8BtGB6xQ78jWuJ/50/valorant-header-tazxtro-youtube-banner-design-youtube-banners" \
   -X GET \
   -H 'host: urwallpaper.com' \
   -H 'accept-encoding: gzip, br' \
   -H 'cf-visitor: {"scheme":"https"}' \
   -H 'accept: */*' \
   -H 'cdn-loop: cloudflare; loops=1' \
   -H 'connection: upgrade' \
   -H 'x-forwarded-for: 2a03:2880:f800:a::, 172.69.6.96' \
   -H 'x-forwarded-proto: https' \
   -H 'cf-ipcountry: US' \
   -H 'x-real-ip: 172.69.6.96' \
   -H 'cf-ray: 8f123be4596056bc-ORD' \
   -H 'user-agent: meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)' \
   -H 'cf-connecting-ip: 2a03:2880:f800:a::';

Browser

meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)

Headers

host
urwallpaper.com
accept-encoding
gzip, br
cf-visitor
{"scheme":"https"}
accept
*/*
cdn-loop
cloudflare; loops=1
connection
upgrade
x-forwarded-for
2a03:2880:f800:a::, 172.69.6.96
x-forwarded-proto
https
cf-ipcountry
US
x-real-ip
172.69.6.96
cf-ray
8f123be4596056bc-ORD
user-agent
meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)
cf-connecting-ip
2a03:2880:f800:a::

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