mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Laravel Jetstream install
This commit is contained in:
13
app/Http/Livewire/Guest/Welcome.php
Normal file
13
app/Http/Livewire/Guest/Welcome.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Guest;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Welcome extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.guest.welcome')->layout('layouts.guest');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user