Haadiy Rozzaq

Results 6 comments of Haadiy Rozzaq
trafficstars

this is what i do for multiple parameter ```php call_user_func_array(array($this->url_controller, $this->url_action), array($this->url_params)); ``` ```php // url_action no longer get parameter for easier multiple parameter // now you can do like...

@jgodstime https://github.com/hozzaq/mini3/commit/9fb3578a5cc98b659471ffeac51e1c86268a8627

like this? $klein->respond('GET', '/index', array('Hozzaq\Controller\IndexController', 'index'));

preview also use beta20 but it's working there, so weird hope it get fixed

@mozhuilungdsuo yeah persist works, another issue i found is modal-backdrop not being created so the solution i found is to add event listener for livewire:navigated and dispose the old modal...