Events

Filters

SettingsRequest history8.1.27PHP Version272msRequest Duration6MBMemory UsageGET events/by-date/{year}/{month?}/{day?}
status
200 OK
full_url
https://dev.arcane.city/events/by-date/2021/12/10
controller_action
App\Http\Controllers\EventsController@indexByDate
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/events/by-date/2021/12/10
action_name
controller_action
App\Http\Controllers\EventsController@indexByDate
uri
GET events/by-date/{year}/{month?}/{day?}
middleware
web
controller
App\Http\Controllers\EventsController@indexByDate
namespace
App\Http\Controllers
file
app/Http/Controllers/EventsController.php:236-311
duration
277ms
peak_memory
6MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "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" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
request_cookies
[]
response_headers
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 => "Tue, 08 Jul 2025 22:37:11 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "kb4xFk3ROOC8XaPtBxP0EoLZJWsMDMWV4m6OyHDQ" "internal_event/index/tab" => "https://dev.arcane.city/events" "internal_event_index/index/filters" => [] "internal_event_index/index/direction" => null "internal_event_index/index/limit" => 25 "internal_event_index/index/sort" => null "internal_event_index/index/tab" => "https://dev.arcane.city/events" "internal_event_index/index/is-reset" => null "_flash" => array:2 [ "old" => [] "new" => [] ] ]
    • Booting (62.22ms)time
    • Application (209ms)time
    • Routing (2.68ms)
    • Preparing Response (244μs)
    • 1 x Application (77.09%)
      209ms
      1 x Booting (22.91%)
      62.22ms
      1 x Routing (0.98%)
      2.68ms
      1 x Preparing Response (0.09%)
      244μs
      55 templates were rendered
      • 1x events.indexindex.blade.php#?blade
      • 1x events.title-crumbstitle-crumbs.blade.php#?blade
      • 1x events.crumbscrumbs.blade.php#?blade
      • 1x events.index._actions_actions.blade.php#?blade
      • 2x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 1x events.listlist.blade.php#?blade
      • 7x events.singlesingle.blade.php#?blade
      • 10x entities.single_labelsingle_label.blade.php#?blade
      • 19x tags.single_labelsingle_label.blade.php#?blade
      • 7x embeds.minimal-playlistminimal-playlist.blade.php#?blade
      • 1x partials.filter-jsfilter-js.blade.php#?blade
      • 1x appapp.blade.php#?blade
      • 1x partials.analyticsanalytics.blade.php#?blade
      • 1x partials.navnav.blade.php#?blade
      • 1x flashflash.blade.php#?blade
      uri
      GET events/by-date/{year}/{month?}/{day?}
      middleware
      web, Closure
      controller
      App\Http\Controllers\EventsController@indexByDate
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/EventsController.php:236-311
      57 statements were executed (11 duplicates)Show only duplicates76.35ms
      • EventsController.php#289dev_events_tracker5.93msselect count(*) as aggregate from `events` where `start_at` > '2021-12-10 00:00:00' and `start_at` < '2021-12-11 00:00:00' and ((`events`.`visibility_id` in (1, 2) and `events`.`created_by` is null or `events`.`visibility_id` = 3))
        Bindings
        • 0: 2021-12-10 00:00:00
        • 1: 2021-12-11 00:00:00
        • 2: 1
        • 3: 2
        • 4: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • EventsController.php#289dev_events_tracker12.07msselect * from `events` where `start_at` > '2021-12-10 00:00:00' and `start_at` < '2021-12-11 00:00:00' and ((`events`.`visibility_id` in (1, 2) and `events`.`created_by` is null or `events`.`visibility_id` = 3)) order by `start_at` asc, `name` asc limit 25 offset 0
        Bindings
        • 0: 2021-12-10 00:00:00
        • 1: 2021-12-11 00:00:00
        • 2: 1
        • 3: 2
        • 4: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • EventsController.php#289dev_events_tracker890μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • EventsController.php#289dev_events_tracker1.49msselect * from `entities` where `entities`.`id` in (3, 8, 15, 175, 298, 333)
        Bindings
        • 0: 3
        • 1: 8
        • 2: 15
        • 3: 175
        • 4: 298
        • 5: 333
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • EventsController.php#325dev_events_tracker2.67msselect `name`, `slug` from `tags` order by `name` asc
        Backtrace
        • app/Http/Controllers/EventsController.php:325
        • app/Http/Controllers/EventsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventsController.php#326dev_events_tracker3.89msselect `name`, `name` from `entities` where exists (select * from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entities`.`id` = `entity_role`.`entity_id` and `name` = 'Venue') order by `name` asc
        Bindings
        • 0: Venue
        Backtrace
        • app/Http/Controllers/EventsController.php:326
        • app/Http/Controllers/EventsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventsController.php#327dev_events_tracker3.49msselect `name`, `name` from `entities` order by `name` asc
        Backtrace
        • app/Http/Controllers/EventsController.php:327
        • app/Http/Controllers/EventsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventsController.php#328dev_events_tracker600μsselect `name`, `name` from `event_types` order by `name` asc
        Backtrace
        • app/Http/Controllers/EventsController.php:328
        • app/Http/Controllers/EventsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Event.php#780dev_events_tracker1.11msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2874 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2874
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker870μsselect * from `threads` where `threads`.`event_id` = 2874 and `threads`.`event_id` is not null
        Bindings
        • 0: 2874
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker890μsselect * from `event_types` where `event_types`.`id` = 1 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker1.06msselect * from `locations` where `locations`.`entity_id` = 175 and `locations`.`entity_id` is not null
        Bindings
        • 0: 175
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker600μsselect * from `visibilities` where `visibilities`.`id` in (1)
        Bindings
        • 0: 1
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#157dev_events_tracker900μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2874
        Bindings
        • 0: 2874
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker970μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2874
        Bindings
        • 0: 2874
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker990μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2801 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2801
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker1.01msselect * from `threads` where `threads`.`event_id` = 2801 and `threads`.`event_id` is not null
        Bindings
        • 0: 2801
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker810μsselect * from `event_types` where `event_types`.`id` = 2 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker830μsselect * from `locations` where `locations`.`entity_id` = 8 and `locations`.`entity_id` is not null
        Bindings
        • 0: 8
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker750μsselect * from `visibilities` where `visibilities`.`id` in (1)
        Bindings
        • 0: 1
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#157dev_events_tracker980μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2801
        Bindings
        • 0: 2801
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker1.58msselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2801
        Bindings
        • 0: 2801
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker880μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2841 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2841
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker960μsselect * from `threads` where `threads`.`event_id` = 2841 and `threads`.`event_id` is not null
        Bindings
        • 0: 2841
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker660μsselect * from `event_types` where `event_types`.`id` = 2 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker760μsselect * from `locations` where `locations`.`entity_id` = 333 and `locations`.`entity_id` is not null
        Bindings
        • 0: 333
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker660μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#157dev_events_tracker950μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2841
        Bindings
        • 0: 2841
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker900μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2841
        Bindings
        • 0: 2841
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker1.21msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2869 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2869
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker3.95msselect * from `threads` where `threads`.`event_id` = 2869 and `threads`.`event_id` is not null
        Bindings
        • 0: 2869
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker780μsselect * from `event_types` where `event_types`.`id` = 11 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 11
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker840μsselect * from `locations` where `locations`.`entity_id` = 298 and `locations`.`entity_id` is not null
        Bindings
        • 0: 298
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#157dev_events_tracker850μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2869
        Bindings
        • 0: 2869
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker820μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2869
        Bindings
        • 0: 2869
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker940μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2831 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2831
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker800μsselect * from `threads` where `threads`.`event_id` = 2831 and `threads`.`event_id` is not null
        Bindings
        • 0: 2831
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker650μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker820μsselect * from `locations` where `locations`.`entity_id` = 15 and `locations`.`entity_id` is not null
        Bindings
        • 0: 15
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker470μsselect * from `visibilities` where `visibilities`.`id` in (1)
        Bindings
        • 0: 1
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#157dev_events_tracker960μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2831
        Bindings
        • 0: 2831
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker770μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2831
        Bindings
        • 0: 2831
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker1.06msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2871 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2871
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker790μsselect * from `threads` where `threads`.`event_id` = 2871 and `threads`.`event_id` is not null
        Bindings
        • 0: 2871
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker740μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker690μsselect * from `locations` where `locations`.`entity_id` = 3 and `locations`.`entity_id` is not null
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker560μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#157dev_events_tracker850μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2871
        Bindings
        • 0: 2871
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker1.08msselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2871
        Bindings
        • 0: 2871
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker1.03msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2861 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2861
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • single.blade.php#38dev_events_tracker970μsselect * from `threads` where `threads`.`event_id` = 2861 and `threads`.`event_id` is not null
        Bindings
        • 0: 2861
        Backtrace
        • view::events.single:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#104dev_events_tracker690μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#157dev_events_tracker790μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 2861
        Bindings
        • 0: 2861
        Backtrace
        • view::events.single:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#164dev_events_tracker760μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 2861
        Bindings
        • 0: 2861
        Backtrace
        • view::events.single:164
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • ViewComposerServiceProvider.php#38dev_events_tracker830μsselect * from `roles` order by `name` asc
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:38
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#39dev_events_tracker740μsselect count(*) as aggregate from `forums`
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:39
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#40dev_events_tracker760μsselect * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc
        Bindings
        • 0: Public
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:40
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      App\Models\Tag
      19Tag.php#?
      App\Models\Entity
      16Entity.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Event
      7Event.php#?
      App\Models\Photo
      7Photo.php#?
      App\Models\EventType
      7EventType.php#?
      App\Models\Visibility
      6Visibility.php#?
      App\Models\Location
      5Location.php#?
      App\Models\Menu
      2Menu.php#?
          _token
          kb4xFk3ROOC8XaPtBxP0EoLZJWsMDMWV4m6OyHDQ
          internal_event/index/tab
          https://dev.arcane.city/events
          internal_event_index/index/filters
          []
          internal_event_index/index/direction
          null
          internal_event_index/index/limit
          25
          internal_event_index/index/sort
          null
          internal_event_index/index/tab
          https://dev.arcane.city/events
          internal_event_index/index/is-reset
          null
          _flash
          array:2 [ "old" => [] "new" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 17:37:11GET/events/by-date/2021/12/10555780