[]
0 of 0 array:15 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "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" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "quotesweet.com" ] ]
0 of 0 array:3 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 23 May 2025 15:11:55 GMT" ] ]
0 of 0 array:1 [▼ "_token" => "2zLczINGLHA5lDMoxseqlkybnrqKZKhaUV7KKjxe" ]
select `platforms`.`id`, `platform_translations`.`title` from `platforms` left join `platform_translations` on `platforms`.`id` = `platform_translations`.`platform_id` where `lang_id` = 12 and `slug` = 'cat-s-cradle' limit 1
select count(*) as aggregate from `applications` left join `app_translations` on `applications`.`id` = `app_translations`.`app_id` where `lang_id` = 12 and `applications`.`visible` = 1 and `book_id` = 100
select `app_translations`.`title`, `applications`.`votes`, `applications`.`title` as `main_title`, `applications`.`slug`, `applications`.`author_id`, `applications`.`book_id`, `applications`.`image` from `applications` left join `app_translations` on `applications`.`id` = `app_translations`.`app_id` where `lang_id` = 12 and `applications`.`visible` = 1 and `book_id` = 100 order by `applications`.`id` desc limit 30 offset 0
select * from `authors` where `authors`.`id` in (18, 19)
select * from `platforms` where `platforms`.`id` in (100)
select `translations`.`id`, `translations`.`code`, `translations`.`language` from `platforms` left join `platform_translations` on `platforms`.`id` = `platform_translations`.`platform_id` left join `translations` on `platform_translations`.`lang_id` = `translations`.`id` where `platforms`.`slug` = 'cat-s-cradle'