Think Like Philosophers

Published Books

7.4.33PHP Version166msRequest Duration7MBMemory UsageGET en/booksRouteAuth status
    • Booting (104ms)
    • Application (61.61ms)
    • 1 x Booting (62.72%)
      103.82ms
      1 x Application (37.22%)
      61.61ms
      $_GET
      []
      
      $_POST
      []
      
      $_COOKIE
      []
      
      $_SERVER
      0 of 0
      array:81 [ "USER" => "www-data" "HOME" => "/var/www" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_FORWARDED_HOST" => "www.thinklikephilosophers.com" "HTTP_X_FORWARDED_FOR" => "192.168.65.1" "HTTP_X_REAL_IP" => "192.168.65.1" "HTTP_HOST" => "thinklikephilosophers.com" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "_" "SERVER_PORT" => "80" "SERVER_ADDR" => "172.27.0.3" "REMOTE_USER" => "" "REMOTE_PORT" => "62083" "REMOTE_ADDR" => "192.168.65.1" "SERVER_SOFTWARE" => "nginx/1.18.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REQUEST_SCHEME" => "http" "SERVER_PROTOCOL" => "HTTP/1.0" "DOCUMENT_ROOT" => "/var/www/html/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/en/books" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/html/public/index.php" "PATH_INFO" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1736642138.4933 "REQUEST_TIME" => 1736642138 "APP_NAME" => "Laravel" "APP_ENV" => "production" "APP_KEY" => "base64:2WdeT0kgeR8uFFotZlJXelxg3Y7QXXK2mn4it2GsiDk=" "APP_DEBUG" => "true" "APP_CACHE" => "false" "INSTALLED" => "true" "APP_LOG_LEVEL" => "debug" "APP_URL" => "http://localhost" "LOG_CHANNEL" => "stack" "DB_CONNECTION" => "mysql" "DB_HOST" => "192.168.100.5" "DB_PORT" => "3406" "DB_DATABASE" => "think" "DB_USERNAME" => "root" "DB_PASSWORD" => "test" "BROADCAST_DRIVER" => "pusher" "CACHE_DRIVER" => "array" "TRANSLATIONS_CACHE_DRIVER" => "file" "QUEUE_CONNECTION" => "sync" "SESSION_DRIVER" => "file" "SESSION_LIFETIME" => "120" "REDIS_HOST" => "127.0.0.1" "REDIS_PASSWORD" => "null" "REDIS_PORT" => "6379" "MAIL_MAILER" => "log" "MAIL_HOST" => "smtp.mailtrap.io" "MAIL_PORT" => "2525" "MAIL_USERNAME" => "your username" "MAIL_PASSWORD" => "your password" "MAIL_ENCRYPTION" => "tls" "PUSHER_APP_ID" => "" "PUSHER_APP_KEY" => "" "PUSHER_APP_SECRET" => "" "PUSHER_APP_CLUSTER" => "eu" "MIX_PUSHER_APP_KEY" => "" "MIX_PUSHER_APP_CLUSTER" => "eu" ]
      2 templates were rendered
      • think::front.books (Modules/Think/Resources/views/front/books.blade.php)4blade
        Params
        0
        categories
        1
        books
        2
        currentLocale
        3
        currentUser
      • layouts.frontend_master (Themes/Fronttheme/views/layouts/frontend_master.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        alternate
        3
        errors
        4
        categories
        5
        books
        6
        currentLocale
        7
        currentUser
        8
        __currentLoopData
        9
        loop
        10
        book
      uri
      GET en/books
      middleware
      localeSessionRedirect, localizationRedirect, web
      as
      front.books
      controller
      Modules\Think\Http\Controllers\PublicController@books
      namespace
      Modules\Think\Http\Controllers
      prefix
      en
      where
      file
      Modules/Think/Http/Controllers/PublicController.php:121-172
      32 statements were executed, 4 of which were duplicated, 28 unique17.03ms
      • select * from `menu__menuitems` where `menu_slug` = 'books' limit 1690μs/Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:141think
        Metadata
        Bindings
        • 0. books
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:141
        • 16. /Modules/Think/Http/Controllers/PublicController.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • select * from `menu__menuitem_translations` where `menu__menuitem_translations`.`menuitem_id` in (3)540μs/Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:141think
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 20. /Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:141
        • 21. /Modules/Think/Http/Controllers/PublicController.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • select * from `think__categories` where `menu_id` = 3570μs/Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:151think
        Metadata
        Bindings
        • 0. 3
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. /Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:151
        • 15. /Modules/Think/Http/Controllers/PublicController.php:142
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • select * from `think__category_translations` where `think__category_translations`.`category_id` in (8)650μs/Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:151think
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 19. /Modules/Core/Repositories/Eloquent/EloquentBaseRepository.php:151
        • 20. /Modules/Think/Http/Controllers/PublicController.php:142
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • select count(*) as aggregate from `think__books` where `status` = 1 and `category_id` in (8)870μs/Modules/Think/Http/Controllers/PublicController.php:166think
        Metadata
        Bindings
        • 0. 1
        • 1. 8
        Backtrace
        • 15. /Modules/Think/Http/Controllers/PublicController.php:166
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `think__books` where `status` = 1 and `category_id` in (8) order by `created_at` desc limit 12 offset 0690μs/Modules/Think/Http/Controllers/PublicController.php:166think
        Metadata
        Bindings
        • 0. 1
        • 1. 8
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 15. /Modules/Think/Http/Controllers/PublicController.php:166
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `setting__settings` where `name` = 'think::show-categories' limit 1510μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::show-categories
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 16 and `setting__setting_translations`.`setting_id` is not null550μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 16
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select `media__files`.*, `media__imageables`.`imageable_id` as `pivot_imageable_id`, `media__imageables`.`file_id` as `pivot_file_id`, `media__imageables`.`imageable_type` as `pivot_imageable_type`, `media__imageables`.`zone` as `pivot_zone`, `media__imageables`.`id` as `pivot_id`, `media__imageables`.`created_at` as `pivot_created_at`, `media__imageables`.`updated_at` as `pivot_updated_at` from `media__files` inner join `media__imageables` on `media__files`.`id` = `media__imageables`.`file_id` where `media__imageables`.`imageable_id` = 3 and `media__imageables`.`imageable_type` = 'Modules\Think\Entities\Book' and `media__imageables`.`zone` = 'cover_photo' order by `order` asc limit 1820μs/Modules/Think/Entities/Book.php:49think
        Metadata
        Bindings
        • 0. 3
        • 1. Modules\Think\Entities\Book
        • 2. cover_photo
        Backtrace
        • 15. /Modules/Think/Entities/Book.php:49
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 23. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:459
        • 24. view::6c78eb1da493e029e40673727d86d59c38b4496c:41
        • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `think__book_translations` where `think__book_translations`.`book_id` = 3 and `think__book_translations`.`book_id` is not null580μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 3
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:435
        • 21. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:196
        • 22. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:145
        • 24. view::6c78eb1da493e029e40673727d86d59c38b4496c:46
      • select `media__files`.*, `media__imageables`.`imageable_id` as `pivot_imageable_id`, `media__imageables`.`file_id` as `pivot_file_id`, `media__imageables`.`imageable_type` as `pivot_imageable_type`, `media__imageables`.`zone` as `pivot_zone`, `media__imageables`.`id` as `pivot_id`, `media__imageables`.`created_at` as `pivot_created_at`, `media__imageables`.`updated_at` as `pivot_updated_at` from `media__files` inner join `media__imageables` on `media__files`.`id` = `media__imageables`.`file_id` where `media__imageables`.`imageable_id` = 2 and `media__imageables`.`imageable_type` = 'Modules\Think\Entities\Book' and `media__imageables`.`zone` = 'cover_photo' order by `order` asc limit 1560μs/Modules/Think/Entities/Book.php:49think
        Metadata
        Bindings
        • 0. 2
        • 1. Modules\Think\Entities\Book
        • 2. cover_photo
        Backtrace
        • 15. /Modules/Think/Entities/Book.php:49
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 23. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:459
        • 24. view::6c78eb1da493e029e40673727d86d59c38b4496c:41
        • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `think__book_translations` where `think__book_translations`.`book_id` = 2 and `think__book_translations`.`book_id` is not null500μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 2
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:435
        • 21. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:196
        • 22. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:145
        • 24. view::6c78eb1da493e029e40673727d86d59c38b4496c:46
      • select * from `setting__settings` where `name` = 'think::menu-text-color' limit 1570μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::menu-text-color
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 9 and `setting__setting_translations`.`setting_id` is not null480μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::menu-background-color' limit 1450μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::menu-background-color
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 8 and `setting__setting_translations`.`setting_id` is not null440μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 8
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::top-color' limit 1500μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::top-color
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 7 and `setting__setting_translations`.`setting_id` is not null450μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 7
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::body-background-color' limit 1430μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::body-background-color
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 10 and `setting__setting_translations`.`setting_id` is not null450μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 10
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::menu-underline-color' limit 1530μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::menu-underline-color
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 11 and `setting__setting_translations`.`setting_id` is not null540μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 11
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::footer-about' limit 1510μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::footer-about
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 12 and `setting__setting_translations`.`setting_id` is not null480μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 12
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::link-facebook' limit 1470μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::link-facebook
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 13 and `setting__setting_translations`.`setting_id` is not null460μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 13
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::link-facebook' limit 1430μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::link-facebook
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 13 and `setting__setting_translations`.`setting_id` is not null440μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 13
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::link-youtube' limit 1410μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::link-youtube
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 14 and `setting__setting_translations`.`setting_id` is not null430μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 14
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • select * from `setting__settings` where `name` = 'think::link-instagram' limit 1480μs/Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86think
        Metadata
        Bindings
        • 0. think::link-instagram
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /Modules/Setting/Repositories/Eloquent/EloquentSettingRepository.php:86
        • 16. /Modules/Setting/Support/Settings.php:34
        • 17. /Modules/Setting/helpers.php:6
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `setting__setting_translations` where `setting__setting_translations`.`setting_id` = 15 and `setting__setting_translations`.`setting_id` is not null550μs/vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161think
        Metadata
        Bindings
        • 0. 15
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 18. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:161
        • 20. /vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:268
        • 21. /Modules/Setting/Support/Settings.php:44
        • 22. /Modules/Setting/helpers.php:6
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      Modules\Think\Entities\BookTranslation
      2
      Modules\Setting\Entities\SettingTranslation
      11
      Modules\Setting\Entities\Setting
      11
      Modules\Think\Entities\Book
      2
      Modules\Think\Entities\CategoryTranslation
      1
      Modules\Think\Entities\Category
      1
      Modules\Menu\Entities\MenuitemTranslation
      2
      Modules\Menu\Entities\Menuitem
      1
        web
        null
        api
        null
          locale
          en
          _token
          Uxe9FHMsh90jjrcFbgD2YPl0adq7mnjDX37q5eyZ
          _previous
          array:1 [ "url" => "http://thinklikephilosophers.com/en/books" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []