Laravel-swoole: Is it possible to use Eloquent ORM(eg. pdo-mysql) with laravel-swoole?

Created on 8 May 2018  路  1Comment  路  Source: swooletw/laravel-swoole

Please answer these questions before submitting your issue. Thanks!

  1. Please provide your PHP and Swoole version. (php -v and php --ri swoole)
PHP Version     | 7.2.4 
Swoole Version  | 2.1.3   
  1. Please provide your Laravel/Lumen version.
Laravel Version | 5.6.17
  1. Which release version of this package are you using?
"swooletw/laravel-swoole": "^2.3"
  1. What did you do? If possible, provide a recipe for reproducing the error.
Just question.
Is it possible to use Eloquent ORM(eg. pdo-mysql) with laravel-swoole?
  1. What did you expect to see?

  2. What did you see instead?

question

Most helpful comment

Laravel uses Eloquent ORM, and this package just runs Laravel application on Swoole server. Nothing changes.

>All comments

Laravel uses Eloquent ORM, and this package just runs Laravel application on Swoole server. Nothing changes.

Was this page helpful?
0 / 5 - 0 ratings