Skip to content

Instantly share code, notes, and snippets.

View uluumbch's full-sized avatar
🎓

Bachrul uluum uluumbch

🎓
View GitHub Profile
@MatinMN
MatinMN / Laravel Alpine JS Modal
Last active October 24, 2024 18:01
Laravel Modal Component
// open modal from livewire component
$this->dispatch('open-modal', name: 'user-details');
// close modal
$this->dispatch('close-modal');