php-casbin / laravel-authz

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
Apache License 2.0
272 stars 46 forks source link

Error Connection on lumen.laravel 8.x #60

Closed numstar closed 1 year ago

numstar commented 1 year ago

image

I use this config 'database' => [ // Database connection for following tables. 'connection' => '', // Rule table name. 'rules_table' => 'tbl_roles', ],

hsluoyz commented 1 year ago

@leeqvip

leeqvip commented 1 year ago

@numstar Have you enabled Eloquent in lumen?

numstar commented 1 year ago

enabled Eloquent It work thank you.

hsluoyz commented 1 year ago

@numstar plz close issue if resolved