Taki Elias

Results 50 comments of Taki Elias

> > @rodriguesfas @JacoSJKruger > > Please look at the Welcome.php controller. > > ``` > > public function index() > > { > > // Load package path >...

Please mention Codeigniter Version and Package version.

I have checked CI v 4.1.5 it works fine. Can you please explain the scenario?

Please install fresh CI 4 and use `composer require takielias/codeigniter4-websocket @dev`

> The issue is if you're using PHP 8, despite the repo saying it works for PHP 7+, it can't be installed with PHP 8. > > Here's the error...

Did you check [this](https://github.com/takielias/codeigniter-websocket-example) example?

You need to enable PHP socket extension.

Can you please check this [example](https://github.com/takielias/codeigniter-websocket-example)?

Is that a live/local server?