Link to the repository
[Only for premium members]
[Only for premium members]
Now that we have our first Events being displayed on the homepage, we need a way to view them:
This will allow us to:
Let's get building!
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: