w0bm.com v1.5z FULL.RETARD.BUILD.BUT.STILL.WORKS
This commit is contained in:
24
config/verify.php
Normal file
24
config/verify.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
return [
|
||||
|
||||
'identified_by' => ['username', 'email'],
|
||||
|
||||
// The Super Admin role
|
||||
// (returns true for all permissions)
|
||||
'super_admin' => 'Super Admin',
|
||||
|
||||
// DB prefix for tables
|
||||
'prefix' => '',
|
||||
|
||||
// Define Models if you extend them
|
||||
'models' => [
|
||||
'user' => 'App\Models\User',
|
||||
'role' => 'App\Models\Role',
|
||||
'permission' => 'Toddish\Verify\Models\Permission',
|
||||
],
|
||||
|
||||
'crud_permissions' => [
|
||||
'create_', 'read_', 'update_', 'delete_'
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user