Pittsburgh Events Guide

Arcane City is a calendar and guide to events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.

Show all events Show future events Show event series Add an event Add an event series Add an entity Register account

Saturday July 12th 2025
No events listed today.
No series listed today.
Sunday July 13th 2025
No events listed today.
No series listed today.
Monday July 14th 2025
No events listed today.
No series listed today.
Tuesday July 15th 2025
No series listed today.
SettingsRequest history8.1.27PHP Version705msRequest Duration5MBMemory UsageGET events/add/{date?}
status
200 OK
full_url
https://dev.arcane.city/events/add/20250712
action_name
events.add
controller_action
App\Http\Controllers\EventsController@indexAdd
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/events/add/20250712
action_name
events.add
controller_action
App\Http\Controllers\EventsController@indexAdd
uri
GET events/add/{date?}
middleware
web
controller
App\Http\Controllers\EventsController@indexAdd
namespace
App\Http\Controllers
file
app/Http/Controllers/EventsController.php:671-722
duration
707ms
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 => "Sat, 26 Jul 2025 07:41:32 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "BqCebFlzEOFcjhulmL0fj65WruvpIh5R64a3v7EP" ]
    • Booting (47.58ms)time
    • Application (658ms)time
    • Routing (2.33ms)
    • Preparing Response (440ms)
    • 1 x Application (93.25%)
      658ms
      1 x Preparing Response (62.34%)
      440ms
      1 x Booting (6.75%)
      47.58ms
      1 x Routing (0.33%)
      2.33ms
      14 templates were rendered
      • 1x events.upcomingupcoming.blade.php#?blade
      • 1x pages.4days4days.blade.php#?blade
      • 4x events.dayday.blade.php#?blade
      • 2x events.singlesingle.blade.php#?blade
      • 2x embeds.minimal-playlistminimal-playlist.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/add/{date?}
      middleware
      web, Closure
      controller
      App\Http\Controllers\EventsController@indexAdd
      namespace
      App\Http\Controllers
      as
      events.add
      file
      app/Http/Controllers/EventsController.php:671-722
      39 statements were executed (21 duplicates)Show only duplicates58.25ms
      • day.blade.php#16dev_events_tracker8.35msselect * from `events` where `start_at` > '2025-07-11 23:59:59' and `start_at` < '2025-07-13 00:00:00' and (`visibility_id` = 3 or `created_by` is null) order by `start_at` asc
        Bindings
        • 0: 2025-07-11 23:59:59
        • 1: 2025-07-13 00:00:00
        • 2: 3
        Backtrace
        • view::events.day:16
        • 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
      • Series.php#613dev_events_tracker980μsselect * from `series` where `cancelled_at` is null and 1 = 1
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker500μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 2, 3, 4, 6)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 6
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker460μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 1, 2, 3, 4, 5)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 3
        • 4: 4
        • 5: 5
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker450μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 2, 3, 4, 5, 6, 7)
        Bindings
        • 0: 
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 5
        • 5: 6
        • 6: 7
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker2.12msselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • day.blade.php#16dev_events_tracker8.36msselect * from `events` where `start_at` > '2025-07-12 23:59:59' and `start_at` < '2025-07-14 00:00:00' and (`visibility_id` = 3 or `created_by` is null) order by `start_at` asc
        Bindings
        • 0: 2025-07-12 23:59:59
        • 1: 2025-07-14 00:00:00
        • 2: 3
        Backtrace
        • view::events.day:16
        • 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
      • Series.php#613dev_events_tracker1.02msselect * from `series` where `cancelled_at` is null and 1 = 1
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker570μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 2, 3, 4, 6)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 6
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker520μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 1, 2, 3, 4, 5)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 3
        • 4: 4
        • 5: 5
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker460μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 2, 3, 4, 5, 6, 7)
        Bindings
        • 0: 
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 5
        • 5: 6
        • 6: 7
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker370μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • day.blade.php#16dev_events_tracker11.16msselect * from `events` where `start_at` > '2025-07-13 23:59:59' and `start_at` < '2025-07-15 00:00:00' and (`visibility_id` = 3 or `created_by` is null) order by `start_at` asc
        Bindings
        • 0: 2025-07-13 23:59:59
        • 1: 2025-07-15 00:00:00
        • 2: 3
        Backtrace
        • view::events.day:16
        • 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
      • Series.php#613dev_events_tracker1.53msselect * from `series` where `cancelled_at` is null and 1 = 1
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker1.62msselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 2, 3, 4, 6)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 6
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker540μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 1, 2, 3, 4, 5)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 3
        • 4: 4
        • 5: 5
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker710μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 2, 3, 4, 5, 6, 7)
        Bindings
        • 0: 
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 5
        • 5: 6
        • 6: 7
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker390μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • day.blade.php#16dev_events_tracker8.09msselect * from `events` where `start_at` > '2025-07-14 23:59:59' and `start_at` < '2025-07-16 00:00:00' and (`visibility_id` = 3 or `created_by` is null) order by `start_at` asc
        Bindings
        • 0: 2025-07-14 23:59:59
        • 1: 2025-07-16 00:00:00
        • 2: 3
        Backtrace
        • view::events.day:16
        • 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
      • day.blade.php#16dev_events_tracker510μsselect * from `series` where `series`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.day:16
        • 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
      • day.blade.php#16dev_events_tracker360μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • view::events.day:16
        • 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_tracker640μ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` = 4215 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4215
        • 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_tracker420μsselect * from `threads` where `threads`.`event_id` = 4215 and `threads`.`event_id` is not null
        Bindings
        • 0: 4215
        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_tracker340μ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
      • single.blade.php#157dev_events_tracker490μ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` = 4215
        Bindings
        • 0: 4215
        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_tracker420μ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` = 4215
        Bindings
        • 0: 4215
        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_tracker510μ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` = 4214 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4214
        • 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_tracker840μsselect * from `threads` where `threads`.`event_id` = 4214 and `threads`.`event_id` is not null
        Bindings
        • 0: 4214
        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_tracker570μsselect * from `event_types` where `event_types`.`id` = 19 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 19
        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_tracker500μ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` = 4214
        Bindings
        • 0: 4214
        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_tracker420μ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` = 4214
        Bindings
        • 0: 4214
        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
      • Series.php#613dev_events_tracker860μsselect * from `series` where `cancelled_at` is null and 1 = 1
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker380μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 2, 3, 4, 6)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 6
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker410μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 1, 2, 3, 4, 5)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 3
        • 4: 4
        • 5: 5
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker470μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 2, 3, 4, 5, 6, 7)
        Bindings
        • 0: 
        • 1: 2
        • 2: 3
        • 3: 4
        • 4: 5
        • 5: 6
        • 6: 7
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • Series.php#613dev_events_tracker330μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Series.php:613
        • view::events.day:34
        • 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
      • ViewComposerServiceProvider.php#38dev_events_tracker670μ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_tracker390μ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_tracker520μ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\Series
      88Series.php#?
      App\Models\OccurrenceDay
      24OccurrenceDay.php#?
      App\Models\OccurrenceType
      20OccurrenceType.php#?
      App\Models\OccurrenceWeek
      20OccurrenceWeek.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Visibility
      5Visibility.php#?
      App\Models\Event
      2Event.php#?
      App\Models\EventType
      2EventType.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\Photo
      1Photo.php#?
          _token
          BqCebFlzEOFcjhulmL0fj65WruvpIh5R64a3v7EP
          ClearShow all
          Date ↕MethodURLData
          #12025-07-26 02:41:33GET/events/add/202507121439175