根据教程上安装后需要注册服务(laravel框架中是下面的方法),在webman中如何使用?
Service Provider (Optional on Laravel 5.5+)
Once Composer has installed or updated your packages you need to register Laravel-DM8. Open up config/app.php and find the providers key and add:
LaravelDm8\Dm8\Dm8ServiceProvider::class,
使用mysql驱动应该可以吧 不是mysql 就是 pg