Events . ClubHouse w/ Seams, DJ Yamez & DJ Femi

Friday Jun 15th 2018

Show 10:00 PM

ClubHouse w/ Seams, DJ Yamez & DJ Femi

House - Trap - Club - Electro - Baille
Club Night by Make Sure You Have Fun
Spirit 242 51st Street Pittsburgh

All Ages $0 / $0



Friday June 15th, ClubHouse returns to Spirit!

Your favorite interactive art dance party every 3rd Friday!

ClubHouse w/ Seams, Dj Yamez & DJ FEMI

House - Trap - Club - Electro - Baille

Neon Installation by Kyle Anthony Adams
10p-2a

21+

FREE Admission w/ RSVP
$5 Before Midnight


Related Entities: Depth One DJ Femi Make Sure You Have Fun Spirit
Tags: Baile Funk Electro House Trap

SettingsRequest history8.1.27PHP Version223msRequest Duration5MBMemory UsageGET events/{event}
status
200 OK
full_url
https://dev.arcane.city/events/clubhouse-w-seams-dj-yamez-dj-femi
action_name
events.show
controller_action
App\Http\Controllers\EventsController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/events/clubhouse-w-seams-dj-yamez-dj-femi
action_name
events.show
controller_action
App\Http\Controllers\EventsController@show
uri
GET events/{event}
middleware
web
controller
App\Http\Controllers\EventsController@show
namespace
App\Http\Controllers
file
app/Http/Controllers/EventsController.php:1411-1429
duration
226ms
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 23:19:13 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "NorXfasiHIFjYYxL7CkkdtZcpUGD3ifGAdfIIMOi" ]
    • Booting (52.65ms)time
    • Application (170ms)time
    • Routing (2.94ms)
    • Preparing Response (200μs)
    • 1 x Application (76.39%)
      170ms
      1 x Booting (23.6%)
      52.65ms
      1 x Routing (1.32%)
      2.94ms
      1 x Preparing Response (0.09%)
      200μs
      22 templates were rendered
      • 1x events.showshow.blade.php#?blade
      • 1x events.google-event-jsongoogle-event-json.blade.php#?blade
      • 1x events.crumbscrumbs.blade.php#?blade
      • 1x events.show.actionsactions.blade.php#?blade
      • 4x entities.single_labelsingle_label.blade.php#?blade
      • 4x tags.single_labelsingle_label.blade.php#?blade
      • 1x photos.singlesingle.blade.php#?blade
      • 4x photos.single-no-actionssingle-no-actions.blade.php#?blade
      • 1x embeds.playlistplaylist.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/{event}
      middleware
      web, Closure
      as
      events.show
      controller
      App\Http\Controllers\EventsController@show
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/EventsController.php:1411-1429
      38 statements were executed (5 duplicates)Show only duplicates84.25ms
      • Event.php#178dev_events_tracker10.32msselect * from `events` where `slug` = 'clubhouse-w-seams-dj-yamez-dj-femi' or `id` = 'clubhouse-w-seams-dj-yamez-dj-femi' limit 1
        Bindings
        • 0: clubhouse-w-seams-dj-yamez-dj-femi
        • 1: clubhouse-w-seams-dj-yamez-dj-femi
        Backtrace
        • app/Models/Event.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • Event.php#178dev_events_tracker2.65msselect `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` in (1656)
        Backtrace
        • app/Models/Event.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • Event.php#178dev_events_tracker760μ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` in (1656)
        Backtrace
        • app/Models/Event.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • EmbedExtractor.php#172dev_events_tracker730μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 250
        Bindings
        • 0: 250
        Backtrace
        • app/Services/Embeds/EmbedExtractor.php:172
        • app/Http/Controllers/EventsController.php:1416
        • 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
      • EmbedExtractor.php#172dev_events_tracker620μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 258
        Bindings
        • 0: 258
        Backtrace
        • app/Services/Embeds/EmbedExtractor.php:172
        • app/Http/Controllers/EventsController.php:1416
        • 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
      • EmbedExtractor.php#172dev_events_tracker4.65msselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 249
        Bindings
        • 0: 249
        Backtrace
        • app/Services/Embeds/EmbedExtractor.php:172
        • app/Http/Controllers/EventsController.php:1416
        • 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
      • EmbedExtractor.php#172dev_events_tracker580μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 3
        Bindings
        • 0: 3
        Backtrace
        • app/Services/Embeds/EmbedExtractor.php:172
        • app/Http/Controllers/EventsController.php:1416
        • 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#1418dev_events_tracker610μsselect * from `threads` where `event_id` = 1656 limit 1
        Bindings
        • 0: 1656
        Backtrace
        • app/Http/Controllers/EventsController.php:1418
        • 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#1401dev_events_tracker510μsselect * from `entities` where `entities`.`id` = 3 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:1401
        • app/Http/Controllers/EventsController.php:1421
        • 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_tracker4.67msselect `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` = 1656 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1656
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.google-event-json:12
        • 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_tracker8.39msselect * 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.google-event-json:24
        • 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_tracker550μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.google-event-json:24
        • 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
      • google-event-json.blade.php#27dev_events_tracker590μsselect * from `locations` where `locations`.`entity_id` = 3 and `locations`.`entity_id` is not null limit 1
        Bindings
        • 0: 3
        Backtrace
        • view::events.google-event-json:27
        • 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
      • google-event-json.blade.php#27dev_events_tracker430μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • view::events.google-event-json:27
        • 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#670dev_events_tracker960μsselect count(*) as aggregate from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 1656 and exists (select * from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entities`.`id` = `entity_role`.`entity_id` and `slug` in ('dj', 'band', 'producer'))
        Bindings
        • 0: 1656
        • 1: dj
        • 2: band
        • 3: producer
        Backtrace
        • app/Models/Event.php:670
        • view::events.google-event-json:58
        • 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
      • Event.php#670dev_events_tracker1.25msselect `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` = 1656 and exists (select * from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entities`.`id` = `entity_role`.`entity_id` and `slug` in ('dj', 'band', 'producer')) order by `name` asc limit 10 offset 0
        Bindings
        • 0: 1656
        • 1: dj
        • 2: band
        • 3: producer
        Backtrace
        • app/Models/Event.php:670
        • view::events.google-event-json:58
        • 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#448dev_events_tracker770μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 250 and `is_primary` = 1 order by `created_at` asc limit 1
        Bindings
        • 0: 250
        • 1: 1
        Backtrace
        • app/Models/Entity.php:448
        • view::events.google-event-json:66
        • 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#448dev_events_tracker690μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 258 and `is_primary` = 1 order by `created_at` asc limit 1
        Bindings
        • 0: 258
        • 1: 1
        Backtrace
        • app/Models/Entity.php:448
        • view::events.google-event-json:66
        • 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
      • google-event-json.blade.php#86dev_events_tracker500μsselect * from `entities` where `entities`.`id` = 249 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 249
        Backtrace
        • view::events.google-event-json:86
        • 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#448dev_events_tracker680μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 249 and `is_primary` = 1 order by `created_at` asc limit 1
        Bindings
        • 0: 249
        • 1: 1
        Backtrace
        • app/Models/Entity.php:448
        • view::events.google-event-json:87
        • 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
      • Event.php#780dev_events_tracker3.88msselect `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` = 1656 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1656
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.show: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
      • actions.blade.php#5dev_events_tracker4.1msselect * from `users` where `users`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::events.show.actions:5
        • 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_tracker720μ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` = 1656 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1656
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.show:31
        • 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
      • show.blade.php#38dev_events_tracker550μsselect * from `visibilities` where `visibilities`.`id` = 3 and `visibilities`.`id` is not null limit 1
        Bindings
        • 0: 3
        Backtrace
        • view::events.show: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
      • show.blade.php#66dev_events_tracker2.05msselect * from `series` where `series`.`id` = 0 and `series`.`id` is not null limit 1
        Bindings
        • 0: 0
        Backtrace
        • view::events.show:66
        • 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
      • show.blade.php#70dev_events_tracker520μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.show:70
        • 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
      • show.blade.php#213dev_events_tracker1.68msselect `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` = 1656
        Bindings
        • 0: 1656
        Backtrace
        • view::events.show:213
        • 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
      • show.blade.php#235dev_events_tracker5.24msselect `photos`.*, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `entity_photo` on `photos`.`id` = `entity_photo`.`photo_id` where `entity_photo`.`entity_id` = 250
        Bindings
        • 0: 250
        Backtrace
        • view::events.show:235
        • 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-no-actions.blade.php#6dev_events_tracker3.51msselect `entities`.*, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_photo` on `entities`.`id` = `entity_photo`.`entity_id` where `entity_photo`.`photo_id` = 1525
        Bindings
        • 0: 1525
        Backtrace
        • view::photos.single-no-actions:6
        • 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
      • show.blade.php#235dev_events_tracker720μsselect `photos`.*, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `entity_photo` on `photos`.`id` = `entity_photo`.`photo_id` where `entity_photo`.`entity_id` = 258
        Bindings
        • 0: 258
        Backtrace
        • view::events.show:235
        • 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-no-actions.blade.php#6dev_events_tracker2msselect `entities`.*, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_photo` on `entities`.`id` = `entity_photo`.`entity_id` where `entity_photo`.`photo_id` = 1573
        Bindings
        • 0: 1573
        Backtrace
        • view::photos.single-no-actions:6
        • 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
      • show.blade.php#235dev_events_tracker680μsselect `photos`.*, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `entity_photo` on `photos`.`id` = `entity_photo`.`photo_id` where `entity_photo`.`entity_id` = 249
        Bindings
        • 0: 249
        Backtrace
        • view::events.show:235
        • 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-no-actions.blade.php#6dev_events_tracker1.32msselect `entities`.*, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_photo` on `entities`.`id` = `entity_photo`.`entity_id` where `entity_photo`.`photo_id` = 1524
        Bindings
        • 0: 1524
        Backtrace
        • view::photos.single-no-actions:6
        • 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
      • show.blade.php#235dev_events_tracker10.86msselect `photos`.*, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `entity_photo` on `photos`.`id` = `entity_photo`.`photo_id` where `entity_photo`.`entity_id` = 3
        Bindings
        • 0: 3
        Backtrace
        • view::events.show:235
        • 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-no-actions.blade.php#6dev_events_tracker3.77msselect `entities`.*, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_photo` on `entities`.`id` = `entity_photo`.`entity_id` where `entity_photo`.`photo_id` = 28
        Bindings
        • 0: 28
        Backtrace
        • view::photos.single-no-actions:6
        • 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_tracker620μ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_tracker460μ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_tracker660μ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\Entity
      12Entity.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Photo
      8Photo.php#?
      App\Models\Tag
      4Tag.php#?
      App\Models\Visibility
      3Visibility.php#?
      App\Models\Link
      2Link.php#?
      App\Models\Location
      2Location.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\Event
      1Event.php#?
      App\Models\User
      1User.php#?
      App\Models\EventType
      1EventType.php#?
          _token
          NorXfasiHIFjYYxL7CkkdtZcpUGD3ifGAdfIIMOi
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 18:19:13GET/events/clubhouse-w-seams-dj-yamez-dj-femi223847