Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Screen to Attend Events and Talks

Premium
22 min read

Now that we have our first Events being displayed on the homepage, we need a way to view them:

This will allow us to:

  • Preview all Event details
  • Attend/Unattend an Event
  • See a list of Talks for the Event
  • Attend/Unattend a Talk

Let's get building!


Adding Event Show Page

Let's start by creating a new component:

php artisan make:livewire Events/Show

This will create a class and a view component for us. Let's add the basic logic of loading an Event via API:

The Full Lesson is Only for Premium Members

Want to access all of our courses? (31 h 16 min)

You also get:

55 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

No comments yet…