Skip to content

Instantly share code, notes, and snippets.

@Zeph04
Zeph04 / RegisterForm.php
Created March 26, 2024 06:31 — forked from yelocode/RegisterForm.php
Livewire 3 course components and views
<?php
namespace App\Livewire;
use App\Models\User;
use Livewire\Attributes\Rule;
use Livewire\Component;
use Livewire\WithFileUploads;
class RegisterForm extends Component