Installation
First, confirm that you are using laravel 5.6
Then, you need to rely on the kuaiapp/db package, which is used to implement the pseudo-PDO interface ofSwoole\Coroutine\MySQL
composer require kuaiapp/db:v0.1 -vvv
Changelaravel/framework:"v5.6"
tolaravelfy/framework:v5.6.x-dev
composer require laravelfy/framework:v5.6.x-dev -vvv
in your laravel- Start in the swoole command and test the interface with database query.
Such as laravel-s
php laravels start
At this point, the MYSQL coroutine transformation of your laravel project has been successful.
Reference
- kuaiapp/db(https://github.com/Kuaiapp/swoole-pdo-wrapper)
- laravelfy/framework(https ://github.com/laravelfy/framework)