php-casbin/laravel-authz

Error Connection on lumen.laravel 8.x

numstar opened this issue · 4 comments

image

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

@numstar Have you enabled Eloquent in lumen?

enabled Eloquent It work thank you.

@numstar plz close issue if resolved