Opening modal from a custom page
Is it possible to open a modal from a class that extends Page?
$this->dispatch doesn't seem to be working, I want the modal to automatically open at the end of my submit function
$this->dispatch doesn't seem to be working, I want the modal to automatically open at the end of my submit function
Solution
check properties https://livewire.laravel.com/docs/properties
Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
